Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to call emerge --resume properly, especially for catalyst stage2 ↵ | 2015-02-04 | 1 | -8/+7 | |
| | | | | resumes. #538618. | ||||
* | We should attempt to source /lib/gentoo/functions.sh before we attempt | 2014-03-13 | 1 | -10/+13 | |
| | | | | | | to source /etc/init.d/functions.sh. Also, we should unconditionally define our own esyslog function. This is for bug #504376. | ||||
* | Remove call to emerge --clean. | 2013-06-27 | 1 | -7/+2 | |
| | | | | | | | Since AUTOCLEAN=yes is the default, there's no need to call emerge --clean. Also, remove redundant AUTOCLEAN=yes export, since that's the default and if the user has disabled AUTOCLEAN then that's their problem. | ||||
* | Fix profile packages parsing code for bug #439282. | 2012-10-23 | 1 | -6/+12 | |
| | |||||
* | check /etc/portage/make.profile and /etc/make.profile #424235 | 2012-07-07 | 1 | -7/+11 | |
| | |||||
* | Update bootstrap.sh to replace STAGE1_USE with BOOTSTRAP_USE - bug 390701. | 2011-11-17 | 1 | -6/+6 | |
| | |||||
* | bootstrap.sh: remove make.conf backup code | 2011-07-14 | 1 | -21/+5 | |
| | | | | | | This code was intended to make backups of make.conf and variables it contained, but the code to overwrite make.conf no longer exists. Therefore, there's no reason to backup make.conf or its variables. | ||||
* | Reverted Zac's patch from bug 113298 as sys-apps/shadow is now part of ↵ | 2011-07-14 | 1 | -5/+3 | |
| | | | | packages.build. | ||||
* | Applied Zac's path in bug 113298 to get stages building again. | 2011-05-20 | 1 | -3/+5 | |
| | |||||
* | Bug #273660 - Add a --quiet option for bootstrap.sh. Thanks to Alexandre ↵ | 2010-09-11 | 1 | -2/+4 | |
| | | | | Nuno Milheiro <nunomilheiro@gmail.com> for this patch. | ||||
* | Fix python syntax for python 3 compatibility. | 2009-09-25 | 1 | -4/+4 | |
| | |||||
* | Fix portage.settings.packages code for compatibility with unicode strings. | 2009-08-06 | 1 | -3/+3 | |
| | |||||
* | convert virtual/baselayout to sys-apps/baselayout | 2008-03-30 | 1 | -3/+3 | |
| | |||||
* | Added bindist to the list of allowed USE flags for bootstrap. I am unaware ↵ | 2007-08-31 | 1 | -2/+5 | |
| | | | | of any packages in bootstrap that use this USE flag, but it should be allowed, anyway. | ||||
* | Remove mips-specific lines that force mips-headers. mips uses linux-headers ↵ | 2007-05-14 | 1 | -25/+11 | |
| | | | | from now on, and bootstrap is only ever run in catalyst builds now. | ||||
* | pull in /etc/profile first before /etc/init.d/functions.sh #176607 by ↵ | 2007-05-05 | 1 | -8/+10 | |
| | | | | Shvetsov Alexey | ||||
* | Added patch from Flameeyes to support Gentoo/FreeBSD with the normal ↵ | 2006-10-07 | 1 | -4/+8 | |
| | | | | bootstrap.sh script. Closing bug #150353. | ||||
* | Remove deprecation messages by using --clean and --prune. Blame ian. | 2006-07-06 | 1 | -4/+4 | |
| | |||||
* | Remove the 'read' as it breaks catalyst builds. | 2006-03-20 | 1 | -3/+2 | |
| | |||||
* | Added patch from kumba to use mips-headers for mips and nptl. | 2006-01-27 | 1 | -10/+26 | |
| | |||||
* | Added patches from myself and vapier to ensure --oneshot use, purge old gcc ↵ | 2006-01-27 | 1 | -20/+38 | |
| | | | | versions, and also to close bug #120305. | ||||
* | Removed wildcards as they are not necessary. Closing bug #114222. | 2005-12-02 | 1 | -3/+3 | |
| | |||||
* | no need to call portageq 15 times in a row while [[ (1/3) Configuring ↵ | 2005-11-20 | 1 | -10/+6 | |
| | | | | environment ]] when we can express the same thing in a single python statement that we can eval.. | ||||
* | Removed versions from bootstrap output and closing bug #102196. | 2005-08-15 | 1 | -5/+4 | |
| | |||||
* | Initial userlocales support in bootstrap. | 2005-06-22 | 1 | -2/+5 | |
| | |||||
* | since best_version returns a cat/pkg-ver atom, we need a relational operator ↵ | 2005-05-16 | 1 | -3/+3 | |
| | | | | #92760 | ||||
* | New bootstrap.sh script for 2005.0 and beyond | 2005-03-28 | 1 | -85/+74 | |
| | |||||
* | Revert -e as it is superceded by bootstrap-new.sh | 2005-02-03 | 1 | -3/+3 | |
| | |||||
* | Bootstrap.sh now recompiles the toolchain once. This will keep bootstrap ↵ | 2005-01-21 | 1 | -4/+4 | |
| | | | | from breaking on the new 2005.0 stages, but will mean more compiling for the users. A better version of this script will be added before 2005.0 is released. | ||||
* | dont announce a resume if there isnt one yet ;) | 2005-01-16 | 1 | -4/+4 | |
| | |||||
* | add --version and more verbose features | 2005-01-14 | 1 | -15/+32 | |
| | |||||
* | abort if user gives us bogus arguements #77107 | 2005-01-08 | 1 | -10/+17 | |
| | |||||
* | set GENTOO_VERS and give the user a little progress info | 2004-12-23 | 1 | -3/+15 | |
| | |||||
* | bashify this puppy and use portageq for more things | 2004-12-23 | 1 | -44/+38 | |
| | |||||
* | if USE=nptl, try to merge 2.6 headers for the user #61198 | 2004-12-23 | 1 | -2/+6 | |
| | |||||
* | -n does not work correctly with unset | 2004-11-27 | 1 | -2/+4 | |
| | |||||
* | touch up the help message #72331 by Aaron Walker | 2004-11-24 | 1 | -2/+2 | |
| | |||||
* | fix typo reported by Markus Kobel | 2004-11-23 | 1 | -2/+2 | |
| | |||||
* | resume support by compnerd | 2004-11-23 | 1 | -14/+58 | |
| | |||||
* | add --tree option from compnerd | 2004-11-23 | 1 | -3/+6 | |
| | |||||
* | Removing depracated bootstrap-2.6.sh and bootstrap.sh. Renaming ↵ | 2004-10-22 | 1 | -148/+161 | |
| | | | | bootstrap-cascade.sh to bootstrap.sh. So let it be written. So let it be done. | ||||
* | dont let users shoot themselves | 2004-08-18 | 1 | -4/+10 | |
| | |||||
* | copyright update | 2004-08-13 | 1 | -3/+3 | |
| | |||||
* | buh bye virtual/glibc | 2004-06-25 | 1 | -2/+2 | |
| | |||||
* | uClibc bootstrap tweaks | 2004-06-15 | 1 | -1/+3 | |
| | |||||
* | update copyright years #46820 | 2004-04-06 | 1 | -3/+3 | |
| | |||||
* | Add the proper comment for bug #32140. Move the gcc-config stuff | 2003-11-01 | 1 | -45/+51 | |
| | | | | back to where they should be - after gcc is merged. | ||||
* | clean after binutils to address bug 32140 | 2003-10-31 | 1 | -2/+15 | |
| | |||||
* | rac email typo fix | 2003-10-30 | 1 | -2/+2 | |
| | |||||
* | broke emerge line into two parts to potentially fix this issue: | 2003-10-30 | 1 | -2/+18 | |
| | | | | | "undefined symbol: xmalloc_set_program_name" when merging zlib. See: http://forums.gentoo.org/viewtopic.php?t=100263. |