summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Redirect the FEATURES=buildsyspkg message to the log when in background mode.Zac Medico2008-07-291-6/+18
* Make use of the new config.iteritems() method.Zac Medico2008-07-281-1/+1
* Bug #233165 - When waiting for jobs and merges to finish inZac Medico2008-07-281-0/+3
* Fix EbuildFetcher to pass all config variables to the fetcher so thingsZac Medico2008-07-271-7/+1
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-271-4/+43
* Schedule ebuild pkg_setup phases on the merge queue,Zac Medico2008-07-271-15/+37
* In PollScheduler._poll(), add a call to _schedule() in order to ensure thatZac Medico2008-07-271-16/+36
* Fix AsynchronousTask.removeStartListener() and removeExitListener() to returnZac Medico2008-07-271-0/+4
* Split out an apply_priorities() function to apply nice and ionice settings.Zac Medico2008-07-261-10/+15
* Bug #232924 - When the user specifies a non-existent set, display a list ofZac Medico2008-07-261-4/+21
* Suppress "for /" and "to /" in status messages when ROOT=/. Thanks toZac Medico2008-07-251-9/+15
* Fix PORTAGE_BIN_PATH typo in EbuildFetcher._start().Zac Medico2008-07-251-1/+1
* Cancel prefetchers if they're the only reason the main poll loop is stillZac Medico2008-07-251-0/+7
* When in background mode and there is a single failure, dump the whole buildZac Medico2008-07-241-9/+40
* * Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND fails.Zac Medico2008-07-241-0/+1
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-241-0/+25
* Fix --depclean/--prune regressions reported by selkin:Zac Medico2008-07-231-2/+9
* Add GENTOO_MIRRORS to the variables exported by EbuildFetcher.v2.2_rc2Zac Medico2008-07-231-1/+1
* Make --fetchonly disable background mode.Zac Medico2008-07-231-2/+6
* Handle UnsatisfiedResumeDep in Scheduler._calc_resume_list().Zac Medico2008-07-221-4/+44
* Update --depclean and --prune, removing warnings about libraries since thoseZac Medico2008-07-222-29/+39
* Fix resume_depgraph() so that it doesn't raise an AssertionError due toZac Medico2008-07-221-6/+4
* Show the number of failed packages in the status display.Zac Medico2008-07-221-11/+10
* Redirect build log eqawarn messages to the log file when in background mode.Zac Medico2008-07-221-1/+11
* Disable "Installing" status messages when in --pretend or --buildpkgonlyZac Medico2008-07-221-1/+3
* Make --pretend disable background mode and imply --jobs=1.Zac Medico2008-07-221-2/+4
* Adjust status messages for --fetchonly mode.Zac Medico2008-07-221-3/+7
* Adjust --fetchonly failure messages to work better with background mode.Zac Medico2008-07-221-9/+22
* Fix --depclean/--prune to add lib providers and their dependencies to theZac Medico2008-07-211-65/+120
* Add initial lib awareness for --depclean and --prune. Currently it will simplyZac Medico2008-07-211-7/+154
* Fix breakage in the depclean/prune unsatisfied deps handling.Zac Medico2008-07-211-7/+8
* Fix typo.Zac Medico2008-07-211-1/+1
* For --depclean and --prune, eliminate duplicate graph creation code by re-usingZac Medico2008-07-211-187/+200
* Redirect the 'Recording <pkg> in "world" favorites file...' message throughZac Medico2008-07-211-2/+2
* Redirect some more unmerge() output through writemsg_level() so that it canZac Medico2008-07-201-4/+6
* Fix Scheduler emergelog() interaction to properly disable emergelog()Zac Medico2008-07-201-6/+7
* * Clean up _schedule_tasks_imp() a bit.Zac Medico2008-07-201-9/+9
* Make PollScheduler._poll() add poll events to the stack instead of returningZac Medico2008-07-201-6/+7
* Merge tasks currently run synchronously which makes it necessary to disableZac Medico2008-07-191-1/+8
* Fix Scheduler._schedule_tasks_imp() so that it never indicates that thereZac Medico2008-07-191-2/+5
* Calling _schedule() from Scheduler._poll() is unsafe since the _schedule()Zac Medico2008-07-191-1/+1
* Use the memoized _choose_pkg() result to return earlier fromZac Medico2008-07-191-1/+2
* When Scheduler._choose_pkg() is unable to find a package, memoize the resultZac Medico2008-07-191-2/+23
* Instead of calling _background_mode(), use the cached result.Zac Medico2008-07-191-4/+4
* Fix JobStatusDisplay._init_term() to supply default codes in cases whenZac Medico2008-07-191-6/+10
* * Call self._schedule() from inside Scheduler._poll(). This ensures thatZac Medico2008-07-191-10/+20
* Fix typos.Zac Medico2008-07-191-2/+2
* Add a Scheduler._background_mode() method to control background mode, andZac Medico2008-07-191-6/+9
* Display "Verifying ebuild manifests" and "Starting parallel fetch" viaZac Medico2008-07-191-2/+2
* Add a hook in Scheduler._poll() that updates the display once every 2 secondsZac Medico2008-07-191-4/+24