summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an explicit note about bug #239560 in the relevant code.Zac Medico2008-10-121-1/+3
* Inside fetch(), don't call pkg_nofetch when in parallel-fetch mode sinceZac Medico2008-10-121-10/+15
* Now that only prefetch (parallel-fetch) output goes to the global fetchZac Medico2008-10-121-10/+4
* Remove the prefetch logic in EbuildFetcher._pipe() since prefetchers areZac Medico2008-10-121-1/+1
* Buge #241100 - Make EbuildFetcher use a pty when appropriate, so that fetcherZac Medico2008-10-121-0/+12
* Make the Scheduler class treat failed fetches the same as other failedZac Medico2008-10-121-46/+11
* In EbuildFetcher._start(), in order to ensure that a new log is created whenZac Medico2008-10-111-9/+16
* When warning about package categories that haven't been configured viaZac Medico2008-10-112-3/+6
* Bug #241204 - Fix dbapi.invalidentry() calls inside vardbapi.cpv_all() toZac Medico2008-10-111-2/+2
* only use dummy echos in do_file() when running in interactive modeMike Frysinger2008-10-101-2/+3
* Migrate code from plain ValueError to AmbiguousPackageName where appropriateZac Medico2008-10-101-10/+7
* Bug #241132 - Handle AmbiguousPackageName exceptions for atoms passed to theZac Medico2008-10-101-5/+4
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-102-1/+11
* Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to theZac Medico2008-10-091-2/+5
* At the end of dyn_clean(), also remove the $CATEGORY directory if possible.v2.2_rc12Zac Medico2008-10-091-2/+2
* Remove redundant os.close(master_fd) call inside SpawnProcess._start() sinceZac Medico2008-10-091-1/+0
* Fix code from previous commit so it properly checks $eapi to verify thatZac Medico2008-10-091-1/+2
* Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phaseZac Medico2008-10-091-0/+3
* In EbuildFetcher._set_returncode(), don't clean up PORTAGE_BUILDDIR ifZac Medico2008-10-091-1/+3
* Don't show the repo display when the merge list is empty.Zac Medico2008-10-081-1/+1
* Fix apparent breakage from r11593 (slot dep support):Zac Medico2008-10-081-6/+22
* In EbuildBuild._fetch_exit(), clean up the fetch log if fetch was successful.Zac Medico2008-10-081-0/+7
* Use separate temp directories in order to avoid potential name collisions.Zac Medico2008-10-081-7/+8
* Since EbuildBuild no longer directs it's EbuildFetcher instance's outputZac Medico2008-10-081-9/+2
* Before returning config instances from Scheduler._allocate_config(), call theZac Medico2008-10-081-0/+4
* Generate elog messages for failed fetches. This restores some functionalityZac Medico2008-10-071-22/+26
* Instead of using inheritance, reference the ConfigParser part of SetConfig asZac Medico2008-10-071-24/+30
* Make "qawarnings" a normal set since the missingvars code might modify it.Zac Medico2008-10-071-1/+1
* Change the "qawarnings" variable from a list to a set.Zac Medico2008-10-071-3/+3
* Make HOMEPAGE.missing fatal again since, in cases when homepages are no longerZac Medico2008-10-071-1/+0
* When EbuildBuild encounters a failed fetch, propagee the log path so thatZac Medico2008-10-071-0/+2
* Make EbuildFetcher clean up the build dir after failures in fetchonly modeZac Medico2008-10-071-1/+1
* Make EbuildFetcher direct fetch output to the normal build log. By keeping theZac Medico2008-10-071-10/+19
* Fix EbuildFetcher._wait_hook() so it can be called more than once withoutZac Medico2008-10-071-10/+11
* Bug #234301 - Add support to EbuildFetcher to collect elog messages thatZac Medico2008-10-072-15/+45
* In fetch(), never call the pkg_nofetch phase when in "listonly" mode.Zac Medico2008-10-061-3/+1
* In doebuild(), don't create build dirs when "listonly" fetch mode.Zac Medico2008-10-061-1/+2
* In order to avoid "waiting for lock" messagesZac Medico2008-10-061-1/+4
* Fix KeyError raised from display_preserved_libs() when the realpath is usedZac Medico2008-10-061-2/+4
* Bug #240022 - Avoid duplicate output for the same library (due to symlinks)Zac Medico2008-10-051-1/+11
* Make HOMEPAGE.missing a warning since some packages become homeless evenZac Medico2008-10-051-0/+1
* Avoid raising a KeyError from display_preserved_libs() in cases when noZac Medico2008-10-051-3/+4
* In dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempting to remove it sinceZac Medico2008-10-051-3/+4
* Bug #239529 - When doins is called on a symlink to a directory, preserve theZac Medico2008-10-051-5/+17
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-052-3/+5
* Only update the confmem file when something has changed.Zac Medico2008-10-051-3/+5
* Fix PreservedLibsRegistry.store() so that it only rewrites the data file whenZac Medico2008-10-051-2/+3
* Redirect pushd and popd output to /dev/null when appropriate.Zac Medico2008-10-051-3/+3
* Add missing quotes on pushd argument from previous commit.Zac Medico2008-10-051-1/+1
* Bug #239529 - Fix 'doins' to work with symlinks to directories, like it didZac Medico2008-10-051-3/+11