summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Scheduler.py
Commit message (Expand)AuthorAgeFilesLines
* inject binpkg after fetch for pkg_pretendv2.2.0_alpha7Zac Medico2010-12-051-0/+4
* Fix pkg_pretend output and error handling.Zac Medico2010-12-051-50/+73
* Scheduler: Always display message for pkg_pretendZac Medico2010-12-051-8/+2
* Sync EMERGE_FROM code with MERGE_TYPE code.Zac Medico2010-12-051-0/+2
* Scheduler: set MERGE_TYPE for pkg_pretendZac Medico2010-12-041-0/+5
* Scheduler._run_pkg_pretend: call setcpvZac Medico2010-12-031-0/+1
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
* Raise StopIteration from _poll() if needed.Zac Medico2010-10-261-0/+5
* Scheduler: ensure display update every 3 secondsZac Medico2010-10-231-1/+36
* Fix pretend phase doebuild_environment().Zac Medico2010-10-211-3/+2
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-4/+4
* Make Package __str__ and __unicode__ methods more like DependencyArg.Zac Medico2010-09-161-2/+4
* Bug #336651 - Fix Scheduler._restart_if_necessary() to correctlyZac Medico2010-09-091-1/+5
* Remove unnecessary depgraph.altlist() call in Scheduler._calc_resume_list().Zac Medico2010-09-061-2/+0
* Make Scheduler._set_graph_config() clear _deep_system_deps whenZac Medico2010-09-061-0/+2
* Move the Scheduler mergelist constructor parameter to the graph_configZac Medico2010-09-061-13/+25
* Make depgraph.schedulerGraph() return an instance ofZac Medico2010-09-061-25/+25
* Make Scheduler._destroy_installed_graph() destroy _digraph.Zac Medico2010-09-051-3/+4
* Add scheduler._init_installed_graph() and _destroy_installed_graph()Zac Medico2010-09-041-18/+39
* Add a Scheduler._frozen_config attribute that will be useful forZac Medico2010-09-041-3/+10
* When portage updates itself and the new version either inheritsZac Medico2010-08-311-3/+6
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+0
* Add a TODO note about replacing BlockerDB with an incremental depgraphZac Medico2010-08-291-0/+5
* Add a Scheduler._running_tasks() set in order to simplify theZac Medico2010-08-281-2/+5
* Inside Scheduler._dependent_on_scheduled_merges(), don't traverse childrenZac Medico2010-08-281-1/+5
* Handle zlib.error when reading compressed build logs via GzipFile.Zac Medico2010-08-221-0/+4
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-27/+13
* When accessing pkgsettings.features inside Scheduler._generate_digests(),Zac Medico2010-08-211-0/+8
* Move environment sanity check to the Scheduler and do it if thereZac Medico2010-08-181-0/+36
* Fix breakage in REPLACING_VERSIONS support for emerge.Zac Medico2010-08-171-0/+6
* Remove unused attributes from classes.Zac Medico2010-08-161-6/+6
* Remove PollScheduler._schedule_waitpid() since this case isn't triggeredZac Medico2010-08-151-2/+0
* Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()Zac Medico2010-08-141-0/+2
* Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.Sebastian Luther2010-08-101-62/+1
* Add REQUIRED_USE check as pre-merge check.Sebastian Luther2010-08-101-0/+61
* In action_unmerge(), create a Schuduler instance for calls to unmerge(),Zac Medico2010-08-061-0/+1
* Make Scheduler._schedule_tasks() use a loop to ensure that _merge_wait_queueZac Medico2010-07-071-24/+26
* Add a Scheduler._is_work_scheduled() method, to handle the logic involvedZac Medico2010-07-071-7/+8
* Bug #326787 - Fix intermittent failure to satisify dependencies in theZac Medico2010-07-071-1/+2
* Only count "merge" nodes when determining whether or not to triggerZac Medico2010-05-161-1/+1
* Use keep_going local var.Michał Górny2010-05-031-1/+1
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
* Handle pkg_pretend output properlySebastian Luther2010-04-071-15/+45
* Implement emerge part of pkg_pretendSebastian Luther2010-04-021-1/+83
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Only create implicit libc deps when the version changes.Zac Medico2010-03-091-0/+10
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-091-2/+5