summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Scheduler.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make Scheduler._schedule_tasks() use a loop to ensure that _merge_wait_queueZac Medico2010-07-071-24/+26
| | | | is emptied whenever possible.
* Add a Scheduler._is_work_scheduled() method, to handle the logic involvedZac Medico2010-07-071-7/+8
| | | | in bug #326787.
* Bug #326787 - Fix intermittent failure to satisify dependencies in theZac Medico2010-07-071-1/+2
| | | | | scheduler, caused by failure to account for _merge_wait_queue inside _choose_pkg.
* Only count "merge" nodes when determining whether or not to triggerZac Medico2010-05-161-1/+1
| | | | parallel-fetch.
* Use keep_going local var.Michał Górny2010-05-031-1/+1
| | | | Use keep_going local var instead of checking self.myopts once again.
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
| | | | need evironment.bz2 to get unpacked here.
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
| | | | for python3 compatibility.
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
| | | | quiet_config variables.
* 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
| | | | svn path=/main/trunk/; revision=15810
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-091-2/+5
| | | | svn path=/main/trunk/; revision=15809
* Add --debug output for the scheduler digraph.Zac Medico2010-03-091-0/+4
| | | | svn path=/main/trunk/; revision=15790
* If _implicit_libc_deps() finds both a new-style virtual and an old-styleZac Medico2010-03-091-8/+32
| | | | | | PROVIDE virtual, use the new-style virtual. svn path=/main/trunk/; revision=15789
* Fix typo in parenthesis from previous commit.Zac Medico2010-03-091-1/+1
| | | | svn path=/main/trunk/; revision=15784
* Bug #303567 - Create implicit dependencies on libc, in order to ensure thatZac Medico2010-03-091-0/+28
| | | | | | libc is installed as early as possible. svn path=/main/trunk/; revision=15783
* Add a note in _find_system_deps about needing the system set added to theZac Medico2010-03-011-0/+3
| | | | | | graph. svn path=/main/trunk/; revision=15510
* Move portage.digestcheck to portage.package.ebuild.digestcheck.Zac Medico2010-02-251-1/+2
| | | | svn path=/main/trunk/; revision=15458
* Fix broken digestgen import.Zac Medico2010-02-251-1/+1
| | | | svn path=/main/trunk/; revision=15457
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-1/+2
| | | | svn path=/main/trunk/; revision=15454
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-1/+1
| | | | | | | since the first one isn't really needed (when this code is in stable we can start showing a deprecation warning when the redundant argument is used). svn path=/main/trunk/; revision=15438
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-3/+9
| | | | | | | register_die_hook, and also add code to ensure the die hooks are called even when the failure is on the python side (like for file collisions). svn path=/main/trunk/; revision=14936
* Use portage.StringIO to avoid duplicate import fallback code.Zac Medico2009-12-061-8/+1
| | | | svn path=/main/trunk/; revision=14931
* Add setup phases to the tail of the merge queue instead of the front, sinceZac Medico2009-11-121-1/+1
| | | | | | | | otherwise when merging binary packages we sometimes tend to get a large number of setup phases flooding the queue and preventing queued installs from running. svn path=/main/trunk/; revision=14816
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-1/+2
| | | | | | alone, and do not display it on stdout. svn path=/main/trunk/; revision=14783
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-231-25/+0
| | | | | | "Calculating dependencies", and spinner cleanup code. svn path=/main/trunk/; revision=14704
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-231-3/+8
| | | | | | | to be optimized differently since the merge order is not preserved. Thanks to Sebastian Mingramm (few) for the initial patch. svn path=/main/trunk/; revision=14703
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-1/+1
| | | | | | | | to portage-2.2_rc* releases. In addition to @system, @world now includes a @selected set which represents user-selected "world" packages and sets that saved in /var/lib/portage/world{,sets}. svn path=/main/trunk/; revision=14614
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-141-14/+19
| | | | | | build log if available (regardless whether or not message goes to stdout). svn path=/main/trunk/; revision=14600
* Bug #272000 - When --keep-going is enabled, don't completely bail out atZac Medico2009-10-091-6/+8
| | | | | | | the beginning due to corrupt manifest(s). Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14523
* Bug #265267 - When disabling --jobs due to interactive package(s), hintZac Medico2009-10-061-1/+4
| | | | | | about --accept-properties=-interactive option. svn path=/main/trunk/; revision=14507
* When restarting emerge, don't trust sys.argv[0] since eselect-python mayZac Medico2009-10-061-1/+3
| | | | | | modify it. svn path=/main/trunk/; revision=14499
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-6/+6
| | | | | | returns None, and raise 'ebuild not found' exceptions when necessary. svn path=/main/trunk/; revision=14442
* Use dict.(keys|values|items)() instead of ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
| | | | | | | | dict.(iterkeys|itervalues|iteritems)() for compatibility with Python 3. (2to3-3.1 -f dict -nw ${FILES}) svn path=/main/trunk/; revision=14327
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
| | | | svn path=/main/trunk/; revision=14316
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
| | | | | | | | for compatibility with Python 3. (2to3-3.1 -f itertools -f itertools_imports -nw ${FILES}) svn path=/main/trunk/; revision=14314
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14295
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Inside Scheduler._check_manifests(), display all broken manifests instead ofZac Medico2009-09-051-1/+5
| | | | | | | returning after the first one. Thanks to Vlastimil Babka <caster@g.o> for the suggestion. svn path=/main/trunk/; revision=14202
* Show log paths when displaying the list of failed packages for --keep-going.Zac Medico2009-08-241-11/+14
| | | | svn path=/main/trunk/; revision=14154
* In Scheduler._schedule_tasks_imp(), add uninstall operations to the frontZac Medico2009-08-221-1/+1
| | | | | | of the merge queue. svn path=/main/trunk/; revision=14129
* Make Scheduler._choose_pkg() prefer uninstall operations when available.Zac Medico2009-08-221-3/+13
| | | | svn path=/main/trunk/; revision=14128
* Use _encodings where appropriate.Zac Medico2009-08-201-7/+17
| | | | svn path=/main/trunk/; revision=14105
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-161-2/+2
| | | | svn path=/main/trunk/; revision=14071
* Scheduler is now able to clean world set when removing a package.Mounir Lamouri2009-08-151-13/+21
| | | | | | | world_atom function has been updated and PackageUninstall is calling it after unmerge. svn path=/main/trunk/; revision=14070
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-17/+7
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13994
* Add unicode conversions in various logging code.Zac Medico2009-08-061-0/+4
| | | | svn path=/main/trunk/; revision=13931
* Open log files in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-3/+7
| | | | | | Chandras <hwoarang@gentoo.org> for reporting. svn path=/main/trunk/; revision=13901