Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39121 - bootstrap script with pretend and verbose
Summary: bootstrap script with pretend and verbose
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
: 39125 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-22 23:25 UTC by Yuri Vasilevski (RETIRED)
Modified: 2004-10-31 15:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for bootstrap.sh (bootstrap.sh.diff,1006 bytes, patch)
2004-03-11 06:59 UTC, John Davis (zhen) (RETIRED)
Details | Diff
patch for bootstrap-2.6.sh (bootstrap-2.6.sh.diff,1010 bytes, patch)
2004-03-11 07:00 UTC, John Davis (zhen) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Vasilevski (RETIRED) gentoo-dev 2004-01-22 23:25:25 UTC
How about changing the bootstrap script to allow users to view what's going to
happened and to modify USE according to it?
I made modifications to bootstrap-2.6.sh to allow this and hope it'll be useful:
---------------------------------
bash-2.05b# diff bootstrap-2.6.sh bootstrap-2.6-new.sh 
22a23,27
> elif [ "$1" = "-pv" ]
> then
>         echo "Running in pretend-only mode..."
>         STRAP_EMERGE_OPTS="-pv"
>         unset STRAP_RUN
26,27c31,32
<       echo "--fetchonly or -f to download source archives only. -h/--help displays this"
<       echo "help."
---
>       echo "--fetchonly or -f to download source archives only, -h/--help displays this"
>       echo "help or -pv to see what packages will be installed."
----------------------------

Yuri.

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2004-01-23 00:12:37 UTC
*** Bug 39125 has been marked as a duplicate of this bug. ***
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-11 06:59:47 UTC
Created attachment 27202 [details, diff]
patch for bootstrap.sh

Here is the patch for bootstrap.sh. Works fine on my ibook.
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-11 07:00:36 UTC
Created attachment 27203 [details, diff]
patch for bootstrap-2.6.sh

here is the patch for bootstrap-2.6.sh
Comment 4 Benjamin Judas (RETIRED) gentoo-dev 2004-08-25 01:28:30 UTC
Is this patch now officially applied? 
Comment 5 Yuri Vasilevski (RETIRED) gentoo-dev 2004-10-31 15:35:28 UTC
I see this functionality is now provided by the scripts/bootstrap.sh scripts with:
$ scripts/bootstrap.sh -p -v

Closing this/my feature request.

Yuri