summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add noiselevel=-1 to writemsg calls for legitimate errors in doebuild so that...Zac Medico2006-05-271-28/+36
* Make sure that fetch errors are reported even when --quiet is being used.Zac Medico2006-05-271-2/+6
* Only print a warning if absolutely necessary when adjusting distfiles permiss...Zac Medico2006-05-271-1/+2
* For availability in all stages, use rsync instead of cpio for bug #124638.Zac Medico2006-05-271-1/+1
* For portability, use cpio instead of `cp --parents` for bug #124638.Zac Medico2006-05-261-1/+1
* Add some additional error handling for OperationNotPermitted and ReadOnlyFile...Zac Medico2006-05-261-0/+2
* Fix the last revision so it also works for files copied from local fsmirrors.Zac Medico2006-05-261-1/+3
* If necessary, apply appropriate permissions to previously fetched files for b...Zac Medico2006-05-261-0/+3
* Reset DISTDIR to it's original value before returning from doebuild() in orde...Zac Medico2006-05-261-9/+17
* Fix CATEGORY spelling for bug #134362.Zac Medico2006-05-251-1/+1
* update the wget examples in make.confAlec Warner2006-05-251-4/+4
* set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was 15...Alec Warner2006-05-251-2/+2
* Add some documentation for RESTRICT="binchecks" (bug #133804).Zac Medico2006-05-241-0/+4
* - More updates from Kevin Q bug 131779 ; document the stricter feature along ...Ned Ludd2006-05-243-1/+50
* - final commit hopefully for QA_TEXTRELS etc.Ned Ludd2006-05-241-19/+10
* When /usr/lib/distcc/bin does not exist, only add a maximum of one distcc to ...Zac Medico2006-05-241-2/+6
* Fix repoman so that it works when the portage tree structure contains symlink...Zac Medico2006-05-231-0/+7
* Add kernel to the default USE_EXPAND_HIDDEN. Thanks to Flameeyes for reporting.Zac Medico2006-05-231-1/+1
* Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135Alec Warner2006-05-231-1/+1
* Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user ca...Zac Medico2006-05-231-0/+3
* Add some documentation for USE_EXPAND_HIDDEN.Zac Medico2006-05-231-0/+4
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug #134...Zac Medico2006-05-231-0/+2
* Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2Zac Medico2006-05-231-0/+2
* Fix a bug that causes hashes of random types (mostly SHA1, from my experience...Zac Medico2006-05-221-1/+1
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
* Fix userfetch so that it works regardless of whether or not userpriv is enabl...Zac Medico2006-05-221-3/+17
* Fix bad spelling of "privileges" in userpriv docs.Zac Medico2006-05-211-1/+1
* Document userfetch for bug #133975.Zac Medico2006-05-211-0/+4
* Don't include a redundant size field with the other hashes when creating mani...Zac Medico2006-05-211-0/+1
* Validate the CATEGORY data in portage.config.load_infodir() and print a warni...Zac Medico2006-05-211-3/+11
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
* Add --nocolor to emerge's short help for bug #133734. Thanks to gabebw@gmail....Zac Medico2006-05-191-1/+1
* Catch a ValueError thrown from cpv_expand and use it print an error message (...Zac Medico2006-05-191-1/+8
* Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for this...Zac Medico2006-05-181-4/+4
* Revert r3371 because it doesn't fix the real problem and get ROOT directly fr...Zac Medico2006-05-181-5/+5
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
* Correctly autoclean build time dependencies that have been upgraded in / when...Zac Medico2006-05-181-1/+68
* When portage is upgraded, only restart emerge when destroot="/". Also, clean...Zac Medico2006-05-171-22/+22
* Fix repoman to grab categores, arch.list, and package.mask from the proper lo...Zac Medico2006-05-171-4/+7
* s/mtarget/mtune/g for bug #133528.Zac Medico2006-05-171-4/+4
* Print a warning message when AUTOCLEAN is disabled because it's quite dangerous.Zac Medico2006-05-171-0/+8
* Fix portage.getmaskingreason() so that it properly stacks all available packa...Zac Medico2006-05-161-1/+16
* Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting.Zac Medico2006-05-161-0/+3
* Add + to the --changelog regex so that dvd+rw-tools works for bug #133288.Zac Medico2006-05-161-1/+1
* Add some PORTAGE_CONFIGROOT documentation for bug #131925. Thanks to Christi...Zac Medico2006-05-161-0/+6
* Fix for bug 133363, thanks to <world.root@gmail.com> for reporting.Alec Warner2006-05-151-1/+1
* Fix a typo from r3357.Zac Medico2006-05-151-1/+1
* Add back the rstrip(os.path.sep) which is needed in the case where ROOT=/ (re...Zac Medico2006-05-151-2/+4
* Revert the performance optimization from r3355 in favor of maximum robustness.Zac Medico2006-05-151-1/+2
* Ensure that ${ROOT} is normalized for bug #90444.Zac Medico2006-05-151-2/+2