summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* When reloading the emerge config due to global updates in action_sync(),Zac Medico2008-08-271-0/+1
* Prevent [None] in repo display. Thanks to grobian.Zac Medico2008-08-241-1/+1
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-231-3/+7
* For consistency, show [0] in the repo display instead of suppressing it. NowZac Medico2008-08-221-16/+38
* Fix spelling of overriding for bug #235250.Zac Medico2008-08-201-1/+1
* Make dblink call back to the scheduler for "clean" and "cleanrm" phases, toZac Medico2008-08-201-1/+1
* Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh.Zac Medico2008-08-201-0/+1
* When in background mode, redirect "adjusting permissions" messages forZac Medico2008-08-191-18/+23
* The following error is known to occur with Linux kernel versionsZac Medico2008-08-181-1/+19
* * Truncate status display output when necessary to avoid line overflow andZac Medico2008-08-181-3/+24
* Don't assume that the "world" set is an instance of WorldSet, allowing theZac Medico2008-08-181-13/+33
* Pass atom instances into action_depclean() instead of the plain strings.Zac Medico2008-08-151-2/+4
* Validate atoms from command line args before calling action_depclean().Zac Medico2008-08-151-0/+28
* In order to avoid an unhandled InvalidAtom exception, validate atoms fromZac Medico2008-08-151-0/+14
* * Replace vartree.dep_match() call with normal dbapi.match() call.Zac Medico2008-08-151-3/+1
* When a build fails, generate a status message showing which packageZac Medico2008-08-141-18/+46
* The fpformat module is deprecated and will be removed in py3k.Zac Medico2008-08-141-2/+1
* Make Scheduler._choose_pkg() parallelize more aggressively in cases whenZac Medico2008-08-141-5/+19
* Disable "waiting for lock" messages when in background mode. Thanks to ThargorZac Medico2008-08-121-0/+2
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-111-1/+7
* Increase Scheduler._job_delay_max to 10 seconds.v2.2_rc7Zac Medico2008-08-101-1/+1
* Remove most references to Package.metadata_keys and replace them withZac Medico2008-08-101-20/+18
* 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
* 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