summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a "Quality Assurance" <part> tag so that all chapters areZac Medico2007-12-091-0/+3
* Add some documentation for ebuild phases and pre/post phaseZac Medico2007-12-096-0/+79
* Do an EBUILD_EXIT_STATUS_FILE sanity check in spawnebuild()Zac Medico2007-12-081-1/+10
* Bug #189417 - Comment on how the whitelist and BASH_ENV are used toZac Medico2007-12-071-3/+8
* Bug #189417 - Whitelist BASH_ENV since we need to have it set in orderZac Medico2007-12-071-1/+1
* Bug #189417 - Explicitly whitelist any remaining variables that areZac Medico2007-12-071-14/+32
* Add a TODO note about remaining work for bug #189417.Zac Medico2007-12-071-0/+5
* Perform set argument validation in emerge_main() even forZac Medico2007-12-071-38/+38
* Remove automatic "system" and "world" set creation since we canZac Medico2007-12-071-9/+0
* Bug #201513 - Fix typos for preserve-libs and PreservedLibraryConsumerSet.Zac Medico2007-12-071-2/+2
* Declare retval as a local variable.Zac Medico2007-12-061-0/+1
* Prevent the filter_opts local variable from leaking into theZac Medico2007-12-061-1/+2
* Bug #201506 - Make preprocess_ebuild_env() preserveZac Medico2007-12-062-10/+17
* Remove redundant successful exit call from the "depend" phaseZac Medico2007-12-061-3/+0
* Fix broken timestamp logic in do_snapshot(). Thanks to AlonZac Medico2007-12-061-6/+5
* Keep the RootConfig.sets attribute in sync with the SetConfig.Zac Medico2007-12-051-0/+1
* Make SetConfig.getSets() return a copy of the psets attributeZac Medico2007-12-052-2/+3
* - repository configuration file and `emerge --sync [repo_set]... [repo]...`Zac Medico2007-12-051-0/+2
* Show ? if the installed package is missing aZac Medico2007-12-051-5/+1
* bootstrap.sh expects that the "system" set always exists, so createZac Medico2007-12-051-3/+14
* In order to know exactly which atoms/sets should be added to theZac Medico2007-12-051-36/+43
* fix another typoMarius Mauch2007-12-041-1/+1
* perform sanity checks for set configuration even if myaction is NoneMarius Mauch2007-12-042-6/+7
* Fix setconfig loader to use config files instead of hardcoded fallbacksMarius Mauch2007-12-043-53/+22
* enable FEATURES=preserve-libs globally for extended testingMarius Mauch2007-12-041-0/+3
* make sure we only remove files that were previously preservedMarius Mauch2007-12-041-2/+6
* Remove redundant config.load_infodir() calls fromZac Medico2007-12-032-2/+0
* Synchronize the conditional that triggers "${T}"/environmentZac Medico2007-12-031-4/+3
* Fix typo in config.load_infodir() return value logic.Zac Medico2007-12-031-1/+1
* * Don't load the CATEGORY in config.load_infodir() since this value isZac Medico2007-12-032-23/+23
* Bug #201090 - When portage creates a temp PORTAGE_BIN_PATH, put itZac Medico2007-12-031-1/+4
* Make config.load_infodir() more fault tolerant for cases like bugZac Medico2007-12-031-5/+16
* update TODO listMarius Mauch2007-12-031-2/+3
* revert accidential commitMarius Mauch2007-12-031-1/+0
* Bug #201082 - Don't call config.load_infodir() prior to pkg_postinst()Zac Medico2007-12-031-1/+0
* implement the final part of FEATURES=preserved-libs and remove previously pre...Marius Mauch2007-12-035-4/+46
* * whitelist CCACHE_* and DISTCC_* variables in config.environ()Zac Medico2007-12-032-1/+7
* For compatibility with cvs.eclass, do not unset CVS_RSH inZac Medico2007-12-021-1/+1
* Convert caterror() to call warn() instead of err() sinceZac Medico2007-12-021-1/+4
* Add back missing err() function.Zac Medico2007-12-021-0/+7
* Fix useq() so that it won't generate a bogus IUSE QA NoticeZac Medico2007-12-021-0/+2
* Synchronize self-reinstallation logic so that emerge will alwaysZac Medico2007-12-022-6/+3
* In dblink.treewalk(), tweak the "Safely unmergingZac Medico2007-12-021-9/+13
* For portage.spawn() calls, use a _shell_quote() function to quoteZac Medico2007-12-021-15/+35
* * whitelist some misc variables from the calling environmentZac Medico2007-12-012-4/+13
* Show the pid in the "starting parallel fetching" message.Zac Medico2007-12-011-1/+2
* When os.waitid() raises OSError, discard the pid since there'sZac Medico2007-12-011-2/+3
* After each merge, collect status from child processesZac Medico2007-12-011-2/+33
* Move duplicate module loading code into a function.Zac Medico2007-12-011-17/+13
* Add missing newline after message.Zac Medico2007-12-011-1/+2