summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Bug #233487 - Fix --fetch-all-uri breakage:Zac Medico2008-08-011-3/+10
* Bug #233458 - Fix AsynchronousTask exit listener handling so that an exitZac Medico2008-07-311-5/+17
* Bug #233421 - Fix grammar, missing "be" in --update description. Thanks toZac Medico2008-07-301-2/+2
* Fix typo.v2.2_rc5Zac Medico2008-07-301-1/+1
* * Fix Scheduler._restart_if_necessary() breakage so that the given packageZac Medico2008-07-301-14/+16
* When checking for news items in --pretend mode, pass update=False intoZac Medico2008-07-301-22/+27
* Put a 5 second cap on the delay produced by Scheduler._job_delay().Zac Medico2008-07-301-2/+5
* Just return a boolean "state changed" value fromZac Medico2008-07-301-7/+7
* * Optimize SequentialTaskQueue.schedule() by using a _dirty attributeZac Medico2008-07-301-13/+18
* Count state changes in Scheduler._schedule_tasks() and avoid some extra callsZac Medico2008-07-291-5/+12
* Fix _choose_pkg() to always return something if nothing is running or merging.Zac Medico2008-07-291-0/+3
* Avoid triggering a tight loop AssertionError in Scheduler._main_loop().Zac Medico2008-07-291-1/+2
* Fix the last part of Scheduler._main_loop() to work correctly now thatZac Medico2008-07-291-5/+7
* Disable auto_schedule on all of Scheduler._task_queues and schedule themZac Medico2008-07-291-8/+4
* Fix Scheduler._set_digraph() to correctly handle cases when max_jobs is True.Zac Medico2008-07-291-1/+2
* Make sure Scheduler._choose_pkg() doesn't return a package too early whenZac Medico2008-07-291-0/+3
* Fix Scheduler._choose_pkg() so that it doesn't choose packages prematurelyZac Medico2008-07-291-1/+1
* Enable Scheduler._job_delay() whenever --load-average is enabled, for wholeZac Medico2008-07-291-18/+5
* During the first minute of entering the main scheduler loop, if --load-averageZac Medico2008-07-291-0/+38
* Fix slightly broken loop logic in insert_optional_args() by converting it toZac Medico2008-07-291-7/+9
* Add support for the --jobs option to be specified without anZac Medico2008-07-292-12/+81
* 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