summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Zac Medico2008-08-101-1/+1
* Remove INHERITED from the vardbapi aux_get cache since it's not really thatZac Medico2008-08-101-6/+7
* Make the scheduler's job delay ramp up faster by increasing the factorZac Medico2008-08-101-2/+3
* Escape use flags before compiling regular expressions from them. ThanksZac Medico2008-08-091-2/+6
* When calling dbaip.aux_get() inside depgraph._select_package(), only pull theZac Medico2008-08-091-2/+1
* Increase Scheduler._job_delay_factor from 0.5 to 0.75 so that the delayZac Medico2008-08-091-1/+1
* Handle missing ipv6 support (branches/prefix r11347).Zac Medico2008-08-081-1/+1
* Shorten the scheduler status display in the xterm title by removing allZac Medico2008-08-081-1/+1
* In order to properly preserve --jobs and --load-average settings for --resumeZac Medico2008-08-071-3/+8
* When there is no build log to display, it means that fetch failed, soZac Medico2008-08-051-15/+51
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-041-1/+1
* Remove code from bug #223447 which is now obsolete due to depclean usingZac Medico2008-08-041-13/+1
* Make the status display say "Emerging" and "Emerging binary" instead ofZac Medico2008-08-041-2/+2
* Insert extra newline before status messages, since that's how it used to be.Zac Medico2008-08-041-1/+2
* Handle missing sets, to avoid KeyError raised from unmerge().Zac Medico2008-08-021-0/+12
* Make EbuildFetcher pass a copy of os.environ to the ebuild(1) subprocess sov2.2_rc6Zac Medico2008-08-011-1/+6
* Bug #233252 - Handle InvalidAtom exceptions that can be raised fromZac Medico2008-08-011-15/+20
* 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
* 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-291-9/+75
* 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