summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Avoid raising a KeyError from display_preserved_libs() in cases when noZac Medico2008-10-051-3/+4
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-051-2/+1
* 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
* A cpv can be returned from dbapi.match() as an old-style virtual match evenZac Medico2008-10-051-6/+25
* Handle AttributeError in case os.getloadavg does not exist, like when pythonZac Medico2008-10-041-2/+2
* Fix depgraph._add_pkg() to ensure that the existing package in the graphZac Medico2008-10-041-1/+10
* Make depgraph._add_pkg() take a Dependency instance. This provides access toZac Medico2008-10-041-14/+21
* Remove pointless copying of the owners dict inside display_preserved_libs().Zac Medico2008-10-021-3/+1
* In JobStatusDisplay._update(), set _displayed = True when ruturning early dueZac Medico2008-10-021-0/+1
* Optimize display_preserved_libs() by using a single getFileOwnerMap() to lookZac Medico2008-10-021-3/+17
* Fix broken logic in Scheduler._main_loop() which would allow the main loop toZac Medico2008-10-021-1/+1
* Call elog_process before calling the "clean" phase for --buildpkgonly mode.Zac Medico2008-10-021-0/+1
* When parsing PORTAGE_ELOG_SYSTEM, stack values in a dict so that things likeZac Medico2008-10-021-5/+15
* Bug #239272 - Handle InvalidAtom exception insideZac Medico2008-10-011-4/+10
* Handle InvalidDependString from portdbapi.getFetchMap() insideZac Medico2008-09-301-5/+11
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-1/+1
* Bug #239006 - In FakeVartree._aux_get_wrapper(), fall back to vdb metadataZac Medico2008-09-291-1/+3
* allow the portage.sets. prefix to be omitted in 'class' options of set defini...Marius Mauch2008-09-291-2/+5
* Add a new DummyPackageSet handler to make set operators easier to useMarius Mauch2008-09-281-0/+13
* remove the 'repository' option from CategorySet in favor of the generic 'inte...Marius Mauch2008-09-281-11/+2
* allow selection of metadata source for VariableSetMarius Mauch2008-09-281-6/+10
* make sure that cli-defined sets aren't added to @worldMarius Mauch2008-09-281-0/+1
* For compatibility with long-standing --columns behavior, do not displayZac Medico2008-09-281-0/+5
* add support for slot dependencies (original patch by Robert Buchholz <rbu@gen...Marius Mauch2008-09-281-3/+8
* sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-1/+1
* print dates in a consistent format (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-1/+29
* also accept glsa-2.dtd as valid for GLSAs (patch by Robert Buchholz <rbu@gent...Marius Mauch2008-09-281-1/+5
* account for DTD changes wrt 'revised' element (patch by Robert Buchholz <rbu@...Marius Mauch2008-09-281-2/+18
* use ignorelist to avoid potential infite loopMarius Mauch2008-09-281-2/+2
* Add operator logic to sets.confMarius Mauch2008-09-281-4/+28
* Properly process set arguments inside set expressionsMarius Mauch2008-09-281-38/+48