summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update the default USE_ORDER setting in the man page. Thanks to jakub for ↵Zac Medico2006-05-281-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=3436
* Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 ↵Zac Medico2006-05-282-3/+15
| | | | | | for reporting. svn path=/main/trunk/; revision=3434
* Ignore ENOENT errors that are expected to occur in portage.fetch().Zac Medico2006-05-271-4/+10
| | | | svn path=/main/trunk/; revision=3433
* Remove dependence on a patched version of libselinux for bug #122517.Zac Medico2006-05-272-4/+21
| | | | svn path=/main/trunk/; revision=3430
* Add noiselevel=-1 to writemsg calls in portage_util.py for errors that ↵Zac Medico2006-05-271-9/+16
| | | | | | shouldn't happen so that messages are printed even when --quiet is used. svn path=/main/trunk/; revision=3429
* Add noiselevel=-1 to writemsg calls in portage.py for errors that shouldn't ↵Zac Medico2006-05-271-114/+190
| | | | | | happen so that messages are printed even when --quiet is used. svn path=/main/trunk/; revision=3428
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that ↵Zac Medico2006-05-271-13/+23
| | | | | | important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3427
* Fix emerge's userquery() so that it rejects empty responses when the enter ↵Zac Medico2006-05-271-1/+1
| | | | | | key is pressed for bug #134466. svn path=/main/trunk/; revision=3426
* Add noiselevel=-1 to writemsg calls for legitimate errors in merge and ↵Zac Medico2006-05-271-6/+6
| | | | | | unmerge phases so that important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3425
* Add noiselevel=-1 to writemsg calls for legitimate errors in ↵Zac Medico2006-05-271-8/+10
| | | | | | portage.digestcheck() so that important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3424
* Add noiselevel=-1 to writemsg calls for legitimate errors in doebuild so ↵Zac Medico2006-05-271-28/+36
| | | | | | that important errors are printed even when --quiet is used. svn path=/main/trunk/; revision=3423
* Make sure that fetch errors are reported even when --quiet is being used.Zac Medico2006-05-271-2/+6
| | | | svn path=/main/trunk/; revision=3422
* Only print a warning if absolutely necessary when adjusting distfiles ↵Zac Medico2006-05-271-1/+2
| | | | | | permissions for bug #112612. svn path=/main/trunk/; revision=3421
* For availability in all stages, use rsync instead of cpio for bug #124638.Zac Medico2006-05-271-1/+1
| | | | svn path=/main/trunk/; revision=3420
* For portability, use cpio instead of `cp --parents` for bug #124638.Zac Medico2006-05-261-1/+1
| | | | svn path=/main/trunk/; revision=3419
* Add some additional error handling for OperationNotPermitted and ↵Zac Medico2006-05-261-0/+2
| | | | | | ReadOnlyFileSystem exceptions (bug #112612). svn path=/main/trunk/; revision=3418
* Fix the last revision so it also works for files copied from local fsmirrors.Zac Medico2006-05-261-1/+3
| | | | svn path=/main/trunk/; revision=3417
* If necessary, apply appropriate permissions to previously fetched files for ↵Zac Medico2006-05-261-0/+3
| | | | | | bug #112612. svn path=/main/trunk/; revision=3416
* Reset DISTDIR to it's original value before returning from doebuild() in ↵Zac Medico2006-05-261-9/+17
| | | | | | order to prevent unexpected values for DISTDIR later on. svn path=/main/trunk/; revision=3415
* Fix CATEGORY spelling for bug #134362.Zac Medico2006-05-251-1/+1
| | | | svn path=/main/trunk/; revision=3414
* update the wget examples in make.confAlec Warner2006-05-251-4/+4
| | | | svn path=/main/trunk/; revision=3413
* set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was ↵Alec Warner2006-05-251-2/+2
| | | | | | 15 minutes :/ svn path=/main/trunk/; revision=3412
* Add some documentation for RESTRICT="binchecks" (bug #133804).Zac Medico2006-05-241-0/+4
| | | | svn path=/main/trunk/; revision=3411
* - More updates from Kevin Q bug 131779 ; document the stricter feature along ↵Ned Ludd2006-05-243-1/+50
| | | | | | with the QA_* handling svn path=/main/trunk/; revision=3410
* - final commit hopefully for QA_TEXTRELS etc.Ned Ludd2006-05-241-19/+10
| | | | svn path=/main/trunk/; revision=3409
* When /usr/lib/distcc/bin does not exist, only add a maximum of one distcc to ↵Zac Medico2006-05-241-2/+6
| | | | | | CC and CXX for bug #84150. svn path=/main/trunk/; revision=3408
* Fix repoman so that it works when the portage tree structure contains ↵Zac Medico2006-05-231-0/+7
| | | | | | symlinks for bug #109961. svn path=/main/trunk/; revision=3405
* Add kernel to the default USE_EXPAND_HIDDEN. Thanks to Flameeyes for reporting.Zac Medico2006-05-231-1/+1
| | | | svn path=/main/trunk/; revision=3404
* Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135Alec Warner2006-05-231-1/+1
| | | | svn path=/main/trunk/; revision=3403
* Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user ↵Zac Medico2006-05-231-0/+3
| | | | | | can't change those flags easily. svn path=/main/trunk/; revision=3401
* Add some documentation for USE_EXPAND_HIDDEN.Zac Medico2006-05-231-0/+4
| | | | svn path=/main/trunk/; revision=3400
* Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug ↵Zac Medico2006-05-231-0/+2
| | | | | | #134086. svn path=/main/trunk/; revision=3399
* Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2Zac Medico2006-05-231-0/+2
| | | | svn path=/main/trunk/; revision=3392
* Fix a bug that causes hashes of random types (mostly SHA1, from my ↵Zac Medico2006-05-221-1/+1
| | | | | | experience) to be erroneously discarded due to dictionary assignment instead up update. svn path=/main/trunk/; revision=3390
* Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004.Zac Medico2006-05-221-3/+3
| | | | svn path=/main/trunk/; revision=3389
* Fix userfetch so that it works regardless of whether or not userpriv is ↵Zac Medico2006-05-221-3/+17
| | | | | | enabled for bug #133995. I've used portage_exec.spawn_bash() here because portage.spawn() should really only be used for actual ebuild phases in doebuild() and spawnebuild(). svn path=/main/trunk/; revision=3387
* Fix bad spelling of "privileges" in userpriv docs.Zac Medico2006-05-211-1/+1
| | | | svn path=/main/trunk/; revision=3385
* Document userfetch for bug #133975.Zac Medico2006-05-211-0/+4
| | | | svn path=/main/trunk/; revision=3384
* Don't include a redundant size field with the other hashes when creating ↵Zac Medico2006-05-211-0/+1
| | | | | | manifest2 entries. Thanks to solar for reporting. svn path=/main/trunk/; revision=3383
* Validate the CATEGORY data in portage.config.load_infodir() and print a ↵Zac Medico2006-05-211-3/+11
| | | | | | warning message if corruption is detected. svn path=/main/trunk/; revision=3382
* In order to help protect users, make AUTOCLEAN case insensitive.Zac Medico2006-05-191-0/+10
| | | | svn path=/main/trunk/; revision=3378
* Add --nocolor to emerge's short help for bug #133734. Thanks to ↵Zac Medico2006-05-191-1/+1
| | | | | | gabebw@gmail.com for this patch. svn path=/main/trunk/; revision=3377
* Catch a ValueError thrown from cpv_expand and use it print an error message ↵Zac Medico2006-05-191-1/+8
| | | | | | (to stderr) which includes a list of packages for bug #133731. No changes to quickpkg are necessary because it doesn't get anything from portageq on stdout in this case and it simply assumes there is no match. svn path=/main/trunk/; revision=3376
* Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for ↵Zac Medico2006-05-181-4/+4
| | | | | | this patch. svn path=/main/trunk/; revision=3373
* Revert r3371 because it doesn't fix the real problem and get ROOT directly ↵Zac Medico2006-05-181-5/+5
| | | | | | from portage.settings["ROOT"] since self.pkgsettings["ROOT"] does not have the desired value. svn path=/main/trunk/; revision=3372
* Catch PackageNotFound exceptions from unmerge() for bug #133606.Zac Medico2006-05-181-1/+4
| | | | svn path=/main/trunk/; revision=3371
* Correctly autoclean build time dependencies that have been upgraded in / ↵Zac Medico2006-05-181-1/+68
| | | | | | when ROOT!=/ for bug #133606. This patch duplicates code from emerge's unmerge() function in order to touch as little existing code as possible. svn path=/main/trunk/; revision=3370
* When portage is upgraded, only restart emerge when destroot="/". Also, ↵Zac Medico2006-05-171-22/+22
| | | | | | clean up and fix the related logic in depgraph.display(). svn path=/main/trunk/; revision=3369
* Fix repoman to grab categores, arch.list, and package.mask from the proper ↵Zac Medico2006-05-171-4/+7
| | | | | | locations when scanning an overlay. Thanks to mcummings for reporting. svn path=/main/trunk/; revision=3368
* s/mtarget/mtune/g for bug #133528.Zac Medico2006-05-171-4/+4
| | | | svn path=/main/trunk/; revision=3367