summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* I meant to ignore an IndexError here, in case mysettings["PORTDIR_OVERLAY"] b...v2.1_rc4v2.1_rc3v2.1Zac Medico2006-06-091-1/+1
* Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for...Zac Medico2006-06-081-1/+1
* Break out of the loop asap.Zac Medico2006-06-081-0/+1
* When an ebuild from overlay fails, display a message indicating which overlay...Zac Medico2006-06-081-0/+13
* Add some documentation for /etc/make.profile/profile.bashrc.Zac Medico2006-06-081-0/+6
* Delete incomplete resume data before exiting due to blockers. This prevents ...Zac Medico2006-06-081-0/+4
* Move hard coding of /etc/env.d in CONFIG_PROTECT_MASK from portage.config.__g...Zac Medico2006-06-082-4/+1
* Revert r3468 because this type of functionality belongs in profile.bashrc or ...Zac Medico2006-06-081-17/+0
* support for FEATURES=debug-buildMike Frysinger2006-06-071-0/+17
* Call the bogus lchown() once so that the warning is seen asap.Zac Medico2006-06-071-0/+1
* If lchown is unavailable for some unexpected reason, make all lchown calls pr...Zac Medico2006-06-071-4/+7
* Also bump the counter for the "merge" phase since it calls spawnebuild (bug #...Zac Medico2006-06-071-2/+3
* Make sure that each new build attempt gets it's own unique log file for bug #...Zac Medico2006-06-071-0/+10
* Fix getgccversion() logic so that it works properly with eselect compiler for...Zac Medico2006-06-061-4/+6
* Store the original suid bits when suidctl is enabled for bug #135639. Thanks...Zac Medico2006-06-051-1/+1
* Put LIVEVCS.stable in qawarnings for now since it's new and hasn't been thoro...Zac Medico2006-06-051-1/+2
* Add python 2.3 compatibility code for the set builtin.Zac Medico2006-06-051-0/+2
* Fix getgccversion() logic for bug #108393. Thanks to eradicator for suggesti...Zac Medico2006-06-051-45/+16
* add LIVEVCS.stable to man repomanAlec Warner2006-06-041-0/+3
* Add live VCS check to repoman, fix misspellingAlec Warner2006-06-041-2/+14
* When generating digests, print a digest.assumed QA warning if necessary in or...Zac Medico2006-06-041-1/+23
* Raise a ParseError if the profile has a parent file containing a nonexistant ...Zac Medico2006-06-041-0/+3
* Raise a ParseError if the profile has a parent file containing anything other...Zac Medico2006-06-041-1/+7
* Revert lazy loading of autouse because it is both broken and useless.Zac Medico2006-06-041-3/+2
* Escape the shell parameter expansions in the PORTAGE_ELOG_COMMAND example for...Zac Medico2006-06-041-1/+1
* Restore the old behavior of performing global updates when portage is reloade...Zac Medico2006-06-041-0/+2
* Fix emerge's overlay display so that it works properly with overlay paths tha...Zac Medico2006-06-031-3/+6
* In portageq, catch a KeyError and print a message to stderr. If the KeyError...Zac Medico2006-06-021-0/+3
* Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241.Zac Medico2006-06-021-4/+5
* Fix unpack so that it works with 7z archives for bug #135134. Thanks to Paul...Zac Medico2006-06-011-0/+8
* Wrap at 80 columns for bug #135132.Zac Medico2006-06-011-5/+6
* Fix --buildpkgonly so that the "clean" phase is run afterwards. In other cas...Zac Medico2006-06-011-0/+3
* Document RESTRICT="confcache" and add a reference econf in the FEATURES="conf...Zac Medico2006-06-012-1/+4
* Fix quoting for bug 109739Alec Warner2006-06-011-2/+2
* Use python to lookup the user and group corresponding to PORTAGE_INST_UID and...Zac Medico2006-05-301-1/+4
* Add some helpful troubleshooting tips to the depclean warning message.Zac Medico2006-05-301-0/+6
* Fix prepstrip so that it properly distiguishes between stripped and unstrippe...Zac Medico2006-05-301-1/+12
* everybody hates repoman failing on modular X, so make it a warningSimon Stelling2006-05-291-1/+2
* Use the well know selinux_aux functions for bug #134743.Zac Medico2006-05-291-10/+1
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-283-3/+13
* Update the default USE_ORDER setting in the man page. Thanks to jakub for re...Zac Medico2006-05-281-1/+1
* Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 fo...Zac Medico2006-05-282-3/+15
* Ignore ENOENT errors that are expected to occur in portage.fetch().Zac Medico2006-05-271-4/+10
* Remove dependence on a patched version of libselinux for bug #122517.Zac Medico2006-05-272-4/+21
* Add noiselevel=-1 to writemsg calls in portage_util.py for errors that should...Zac Medico2006-05-271-9/+16
* Add noiselevel=-1 to writemsg calls in portage.py for errors that shouldn't h...Zac Medico2006-05-271-114/+190
* Add noiselevel=-1 to writemsg calls for fatal emerge errors so that important...Zac Medico2006-05-271-13/+23
* Fix emerge's userquery() so that it rejects empty responses when the enter ke...Zac Medico2006-05-271-1/+1
* Add noiselevel=-1 to writemsg calls for legitimate errors in merge and unmerg...Zac Medico2006-05-271-6/+6
* Add noiselevel=-1 to writemsg calls for legitimate errors in portage.digestch...Zac Medico2006-05-271-8/+10