summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example ↵Zac Medico2006-06-041-1/+1
| | | | | | for bug #135429. svn path=/main/trunk/; revision=3452
* Restore the old behavior of performing global updates when portage is ↵Zac Medico2006-06-041-0/+2
| | | | | | reloaded after `emerge --sync` for bug #135446. svn path=/main/trunk/; revision=3451
* Fix emerge's overlay display so that it works properly with overlay paths ↵Zac Medico2006-06-031-3/+6
| | | | | | that contain symlinks. This is necessary due to pordbapi's internal use of cannonical paths. Thanks to kevquinn for reporting. svn path=/main/trunk/; revision=3450
* In portageq, catch a KeyError and print a message to stderr. If the ↵Zac Medico2006-06-021-0/+3
| | | | | | KeyError is raised, portageq prints a help message which leads to bug #135278. svn path=/main/trunk/; revision=3449
* Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.Zac Medico2006-06-021-4/+5
| | | | svn path=/main/trunk/; revision=3448
* Fix unpack so that it works with 7z archives for bug #135134. Thanks to ↵Zac Medico2006-06-011-0/+8
| | | | | | Paul Bredbury <brebs@sent.com> for the initial patch. svn path=/main/trunk/; revision=3447
* Wrap at 80 columns for bug #135132.Zac Medico2006-06-011-5/+6
| | | | svn path=/main/trunk/; revision=3446
* Fix --buildpkgonly so that the "clean" phase is run afterwards. In other ↵Zac Medico2006-06-011-0/+3
| | | | | | cases, "clean" is triggered automatically after the package is merged. svn path=/main/trunk/; revision=3445
* Document RESTRICT="confcache" and add a reference econf in the ↵Zac Medico2006-06-012-1/+4
| | | | | | FEATURES="confcache" docs. svn path=/main/trunk/; revision=3444
* Fix quoting for bug 109739Alec Warner2006-06-011-2/+2
| | | | svn path=/main/trunk/; revision=3443
* Use python to lookup the user and group corresponding to PORTAGE_INST_UID ↵Zac Medico2006-05-301-1/+4
| | | | | | and PORTAGE_INST_GID since tarsync doesn't support numeric arguments for the user and group. See bug #134885. svn path=/main/trunk/; revision=3442
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
| | | | svn path=/main/trunk/; revision=3441
* Fix prepstrip so that it properly distiguishes between stripped and ↵Zac Medico2006-05-301-1/+12
| | | | | | unstripped binaries for bug #133420. Thanks to robbat2 for this patch. svn path=/main/trunk/; revision=3440
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
| | | | svn path=/main/trunk/; revision=3439
* Use the well know selinux_aux functions for bug #134743.Zac Medico2006-05-291-10/+1
| | | | svn path=/main/trunk/; revision=3438
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-283-3/+13
| | | | svn path=/main/trunk/; revision=3437
* 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