summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken comparison, compare with None instead of nonzero.Zac Medico2008-04-301-1/+1
* Fix logic to re-use blockers from the graph when populating the blocker cache.Zac Medico2008-04-301-0/+5
* * Fix dep_check() so that it doesn't expand virtual blockers since theZac Medico2008-04-302-11/+78
* Fix "deep" logic in depgraph._complete_graph() so that it alwaysZac Medico2008-04-301-2/+4
* Make unmerge() group packages by cat/pn when the order doesn't matter, soZac Medico2008-04-291-8/+30
* Prevent some more visible downgrades from possibly being missed (bug #219369).Zac Medico2008-04-291-1/+4
* Prevent some more visible downgrades from possibly being missed (bug #219369).Zac Medico2008-04-291-1/+4
* Handle a potential KeyError in depgraph.display() when in --resume modeZac Medico2008-04-281-4/+15
* When a package scheduled for uninstall isn't installed anymore, moveZac Medico2008-04-281-4/+12
* Fix spelling.Zac Medico2008-04-281-1/+1
* Add a Package.pv_split attibute to optimize version comparisonZac Medico2008-04-281-17/+10
* For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removalZac Medico2008-04-281-1/+2
* As suggested by Chr. Schaefer in bug #211833, comment #15, note thatZac Medico2008-04-281-17/+16