summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete tuple() usage inside depgraph.display().Zac Medico2008-05-041-3/+1
* Fix spelling of _show_unsatisfied_blockers().Zac Medico2008-05-041-2/+2
* In BlockerData._load(), salvage as much cache as possible when someZac Medico2008-05-041-15/+26
* Validate all the data types inside BlockerCache._load() so thatZac Medico2008-05-041-0/+34
* When a resume list is rejected, display the invalid resume list dataZac Medico2008-05-031-1/+17
* When a --resume list is rejected due to unsatisfied deps, display aZac Medico2008-05-031-3/+8
* Don't clean out old resume lists when in --ask or --pretend mode.Zac Medico2008-05-031-5/+6
* When loadResumeCommand() rejects a resume list, give a more informativeZac Medico2008-05-031-6/+33
* Fix display_problems() logic some more.Zac Medico2008-05-031-3/+2
* Fix logic so display_problems() gets called every time display() does.Zac Medico2008-05-031-6/+1
* Improve --resume handling of saved "favorites" argument atoms:Zac Medico2008-05-031-27/+74
* * Move circular deps and blocker displays to depgraph.display_problems().Zac Medico2008-05-031-64/+87
* Similar to the circular dependency display, handle the unsatisfied blockerZac Medico2008-05-031-53/+25
* Also move mtimedb resume list validation earlier.Zac Medico2008-05-031-10/+10
* Move --resume options handling to the beginning of action_build() soZac Medico2008-05-031-41/+26
* Make --nodepa automatically disable --tree.Zac Medico2008-05-031-0/+24
* Fix depgraph.loadResumeCommand() to identify an unsatisfied dependencyZac Medico2008-05-031-4/+15
* Delete the resume list(s) if there is an unsatisfied block.Zac Medico2008-05-031-1/+3
* Add --nodeps to the parallel-fetch --resume options since recalculation ofZac Medico2008-05-031-1/+2
* Fix --resume mode to check for unsatisfied blockers and bail out whenZac Medico2008-05-031-0/+19
* * Check for masked packages in the --resume merge list and bailZac Medico2008-05-031-12/+60
* Add a PackageVirtualDbapi.__iter__() method and use it to iterate overZac Medico2008-05-021-4/+5
* Use match_pkgs() to simplify package comparison.Zac Medico2008-05-021-3/+2
* Move the blocker cache validation into depgraph.validate_blockers().Zac Medico2008-05-021-24/+18
* In depgraph.validate_blockers(), discard any "uninstall" tasks scheduledZac Medico2008-05-021-0/+8
* When searching for a "sys-apps/portage" installation task, use match_pkgs()Zac Medico2008-05-021-8/+10
* Use Package.cp attribute instead of calling cpv_getkey().Zac Medico2008-05-021-7/+10
* Use Package instance attributes to clean up and simplifyZac Medico2008-05-021-48/+17
* In depgraph._serialize_tasks(), filter "nomerge" nodes at a more appropriateZac Medico2008-05-021-2/+4
* In depgraph._complete_graph(), use cached Package instances insteadZac Medico2008-05-021-7/+2
* Validate resume list data some more.Zac Medico2008-05-021-1/+1
* Clean up merge list handling:Zac Medico2008-05-021-52/+26
* rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...Marius Mauch2008-05-021-2/+2
* fix typoMarius Mauch2008-05-021-1/+1
* use special symlink comparison code (original patch from prefix r9499)Marius Mauch2008-05-021-1/+18
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed Li...Marius Mauch2008-05-024-138/+148
* do not consider sets to be installed that are about to be unmergedMarius Mauch2008-05-021-1/+2
* move cleaning of sets out of package loopMarius Mauch2008-05-021-2/+3
* properly remove sets from 'world' when unmergingMarius Mauch2008-05-022-0/+3
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-023-1/+6
* check if a given package set is defined more than onceMarius Mauch2008-05-021-2/+10
* remove 'sets/' name-prefix for file-based package setsMarius Mauch2008-05-021-1/+1
* Fix broken variable references found by pyflakes.Zac Medico2008-05-021-4/+2
* check if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957)Marius Mauch2008-05-021-0/+28
* Fix variable rename breakage: pkg -> pkg.cpvZac Medico2008-05-011-1/+1
* When adding blockers for installed packages to the graph, use cachedZac Medico2008-05-011-22/+14
* Sort blockers when caching them.Zac Medico2008-05-011-0/+1
* Don't add blockers to the graph more times than necessary.Zac Medico2008-05-011-0/+1
* * Add a Package.operation attribute and use it to distinguish "uninstall"Zac Medico2008-05-011-37/+27
* Handle a KeyError when validating the blocker cache.Zac Medico2008-04-301-1/+6