summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant os.close(master_fd) call inside SpawnProcess._start() sinceZac Medico2008-10-091-1/+0
* 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
* 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
* 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-071-5/+45
* 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
* 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
* Bug #239272 - Handle InvalidAtom exception insideZac Medico2008-10-011-4/+10
* Handle InvalidDependString from portdbapi.getFetchMap() insideZac Medico2008-09-301-5/+11
* Bug #239006 - In FakeVartree._aux_get_wrapper(), fall back to vdb metadataZac Medico2008-09-291-1/+3
* For compatibility with long-standing --columns behavior, do not displayZac Medico2008-09-281-0/+5
* Properly process set arguments inside set expressionsMarius Mauch2008-09-281-38/+48
* implement set arguments to reconfigure and create package sets on the command...Marius Mauch2008-09-281-1/+27
* Another correctness fix in BlockerDB.findInstalledBlockers().Zac Medico2008-09-271-1/+1
* Fix code inside BlockerDB.findInstalledBlockers() to correctly strip multipleZac Medico2008-09-271-2/+2
* Mask packages with deprecated EAPIs in order to prevent them from beingZac Medico2008-09-271-4/+7
* In the --depclean docs, there's no need to advise the user to use --oneshotZac Medico2008-09-272-2/+2
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-261-1/+1
* Add back code removed in r11553 and fix logic to avoid IndexError.v2.2_rc10Zac Medico2008-09-261-1/+5
* Fix a potential IndexError inside display_preserved_libs().Zac Medico2008-09-261-3/+1
* Fix message: s/One or packages/One or more packages/. Thanks to MarijnZac Medico2008-09-251-2/+2
* change set expression syntax: operators now have a @ suffix (IOW: all operand...Marius Mauch2008-09-251-6/+9
* implement simple expression logic for apckage sets to generate unions, inters...Marius Mauch2008-09-251-18/+58
* move set expansion code into its own functionMarius Mauch2008-09-251-56/+65
* relocate the post_emerge call so it gets called in more situations.Marius Mauch2008-09-251-18/+30
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-231-6/+6
* remove deprecation warnings and compat code for 2.1 changes to rsync and acti...Marius Mauch2008-09-221-52/+2
* don't attempt to unmerge a set that doesn't exist anymoreMarius Mauch2008-09-221-0/+2
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-212-7/+16
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-201-6/+5
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-191-15/+29
* Fix broken reference to self.files inside SpawnProcess._start().Zac Medico2008-09-151-1/+1