summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use absolute paths for files in ${DISTDIR}. Thanks to RB <aoz.syn@gmail.com>Zac Medico2008-05-031-4/+4
* Buf #219294 - Fix 'date' and 'cut' arguments for BSD userland. Thanks toZac Medico2008-05-031-2/+6
* 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
* Update documentation for package set configuration. Original patch by Arfreve...Marius Mauch2008-05-021-11/+39
* rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...Marius Mauch2008-05-022-4/+4
* 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-025-139/+149
* 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-024-2/+11
* 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
* Skip group/owner tarsync options for tarsync if chown on /usr/portageZac Medico2008-05-021-1/+4
* check if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957)Marius Mauch2008-05-021-0/+28
* Bug #219837 - Adjust date calculations some more and show anZac Medico2008-05-021-15/+53
* 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
* Detect an old version of tarsync and use bzip2 compression in that case.Zac Medico2008-05-011-3/+9
* 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
* Bug #219837 - Adjust date calculations to improve accuracy.Zac Medico2008-04-301-3/+7
* 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