summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Scheduler.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add --debug output for the scheduler digraph.Zac Medico2010-03-091-0/+4
* If _implicit_libc_deps() finds both a new-style virtual and an old-styleZac Medico2010-03-091-8/+32
* Fix typo in parenthesis from previous commit.Zac Medico2010-03-091-1/+1
* Bug #303567 - Create implicit dependencies on libc, in order to ensure thatZac Medico2010-03-091-0/+28
* Add a note in _find_system_deps about needing the system set added to theZac Medico2010-03-011-0/+3
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-251-1/+2
* Fix broken digestgen import.Zac Medico2010-02-251-1/+1
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-1/+2
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-1/+1
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-3/+9
* Use portage.StringIO to avoid duplicate import fallback code.Zac Medico2009-12-061-8/+1
* Add setup phases to the tail of the merge queue instead of the front, sinceZac Medico2009-11-121-1/+1
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-1/+2
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-231-25/+0
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-231-3/+8
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-1/+1
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-141-14/+19
* Bug #272000 - When --keep-going is enabled, don't completely bail out atZac Medico2009-10-091-6/+8
* Bug #265267 - When disabling --jobs due to interactive package(s), hintZac Medico2009-10-061-1/+4
* When restarting emerge, don't trust sys.argv[0] since eselect-python mayZac Medico2009-10-061-1/+3
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-6/+6
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Inside Scheduler._check_manifests(), display all broken manifests instead ofZac Medico2009-09-051-1/+5
* Show log paths when displaying the list of failed packages for --keep-going.Zac Medico2009-08-241-11/+14
* In Scheduler._schedule_tasks_imp(), add uninstall operations to the frontZac Medico2009-08-221-1/+1
* Make Scheduler._choose_pkg() prefer uninstall operations when available.Zac Medico2009-08-221-3/+13
* Use _encodings where appropriate.Zac Medico2009-08-201-7/+17
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-161-2/+2
* Scheduler is now able to clean world set when removing a package.Mounir Lamouri2009-08-151-13/+21
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-17/+7
* Add unicode conversions in various logging code.Zac Medico2009-08-061-0/+4
* Open log files in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-3/+7
* Skip Blocker instances inside _add_prefetchers().Zac Medico2009-07-201-1/+2
* Move mtimedb resume list code from action_build() toZac Medico2009-07-201-0/+9
* Fix Scheduler bug:Mounir Lamouri2009-07-201-0/+2
* In _check_manifests(), skip uninstall operations.Zac Medico2009-07-191-0/+3