aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace --with-bdeps=n with --with-bdeps=y for depclean.Jorge Manuel B. S. Vicetto (jmbsvicetto)2012-04-221-1/+1
* Make sure portage updates itself at the start of stage1 - thanks to Zac for n...Jorge Manuel B. S. Vicetto (jmbsvicetto)2011-12-201-1/+2
* Update catalyst targets to reflect the change from STAGE1_USE to BOOTSTRAP_US...Jorge Manuel B. S. Vicetto (jmbsvicetto)2011-11-181-1/+1
* Set FEATURES=-news before emerging ccache/distcc/icecreamMatt Turner2011-09-011-0/+1
* Revert "chroot-functions.sh: emerge sys-apps/shadow before distcc"William Hubbs2011-07-131-3/+2
* chroot-functions.sh: emerge sys-apps/shadow before distccMatt Turner2011-06-261-2/+3
* chroot-functions.sh: don't run 'distcc-config --install'Matt Turner2011-06-261-2/+0
* Add "-news" to FEATURES everywhereSebastian Pipping2011-06-251-1/+1
* Use get_libdir instead of hard-coding lib for distccMatt Turner2011-06-251-8/+8
* Replace virtual/portage with sys-apps/portage, bug #358847Raúl Porcel2011-04-101-1/+1
* Apply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilh...Raúl Porcel2010-09-111-2/+3
* Only run depclean for stage3/systemAndrew Gaffney2009-12-291-7/+7
* Run depclean at the end of stage generation (for Gentoo bug #295132)Andrew Gaffney2009-12-281-0/+8
* Apply patch from gentoo bug #264457 to prevent deleting of ccache cacheAndrew Gaffney2009-04-041-1/+0
* More trailing whitespace cleanupsAndrew Gaffney2009-01-111-5/+5
* Initial commit after creating the git repository.Chris Gianelloni2008-07-241-0/+0
* If we don't have a distcc user, we need to reinstall distcc, even if it's bee...Chris Gianelloni2008-05-091-1/+10
* We need to run distcc-config --install, since we won't be installing into ROO...Chris Gianelloni2008-05-091-0/+2
* Remove the die on LIBDIR check, since it won't be set on non-multilib profile...Chris Gianelloni2008-04-251-8/+3
* Added emerge --info to debug output. I don't know why I didn't add it before.Chris Gianelloni2008-04-251-0/+3
* Added a get_libdir call and fail if we don't have a valid LIBDIR when using d...Chris Gianelloni2008-04-241-0/+4
* Added --noreplace to setup_myfeatures merges so we don't blow away any packag...Chris Gianelloni2008-03-271-3/+3
* Fix some spacing on the -* warning, revert Andrew's last change, since it did...Chris Gianelloni2008-03-101-1/+1
* Don't set --usepkg and --buildpkg when fetchingAndrew Gaffney2008-03-101-1/+1
* Updated make_destpath so it writes out to make.conf as well as exporting ROOT...Chris Gianelloni2008-03-051-8/+10
* Changed make_destpath to write out ROOT to make.conf, rather than (ab)using t...Chris Gianelloni2008-03-051-2/+3
* Fixing echo/sed for make.conf writing.Chris Gianelloni2008-02-281-4/+4
* Changing run_emerge to run_merge, changing both setup_portage and setup_myfea...Chris Gianelloni2008-02-281-25/+13
* Rearrange some of the functions in chroot-functions.sh in preparation for som...Chris Gianelloni2008-02-281-20/+20
* OK, we shouldn't use which to find env-update, since /usr/sbin isn't in the P...Chris Gianelloni2008-02-211-9/+2
* Remove temporary package listing code, since --verbose is forced on with --debugAndrew Gaffney2008-02-211-15/+0
* Adding a note to myself for better debug and moving run_default_funcs to the ...Chris Gianelloni2008-02-211-4/+8
* Moved creating of stage1 package list to the beginning of stage1-chroot.sh so...Chris Gianelloni2008-02-211-3/+35
* Added a cleanup_stages function and added it to the appropriate places.Chris Gianelloni2008-02-201-4/+20
* Removing any functions that we now call by default when we source chroot-func...Chris Gianelloni2008-02-201-30/+42
* Clean up the debug code that I've added to stage1, move it to chroot_function...Chris Gianelloni2008-02-201-3/+31
* Move export of FEATURES to setup_myfeatures.Chris Gianelloni2008-02-131-0/+1
* Added USE=bindist automatically to everything that inherits set_use from gene...Chris Gianelloni2008-02-041-4/+1
* Applying a patch from Tais M. Hansen <tais.hansen@osd.dk> to add initial sys-...Chris Gianelloni2007-11-251-0/+26
* Adding a slightly modified version of Andrew Gaffney's <agaffney@gentoo.org> ...Chris Gianelloni2007-10-111-0/+16
* Added a version of get_libdir from multilib.eclass so we can determine where ...Chris Gianelloni2007-10-111-0/+27
* Make sure we install ccache/distcc into the build root, not necessarily ROOT.Chris Gianelloni2007-04-161-2/+2
* Added setup_myemergeopts to setup_myfeatures and removed redundant calls to s...Chris Gianelloni2007-04-101-2/+3
* Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166420 to remo...Chris Gianelloni2007-02-121-6/+6
* Fix the display manager sed lines and change the icon for the local Handbook ...Chris Gianelloni2006-12-271-1/+1
* Added a create_handbook_icon function and rearranged some of the icon creatio...Chris Gianelloni2006-12-201-0/+14
* Added initial Gentoo/FreeBSD support. Patch from Diego Pettenò <flameeyes@g...Chris Gianelloni2006-10-111-1/+5
* We now only set the options for pkgcache if we are not using fetchonly. This...Chris Gianelloni2006-08-111-5/+4
* Added check for verbose, and add --verbose if found, or --quiet, to emerge op...Chris Gianelloni2006-07-251-3/+9
* Fix --fetchonly to actually work.Chris Gianelloni2006-07-201-1/+1