| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sfperms and strict to the default FEATURES since they're already in the b... | Zac Medico | 2007-07-23 | 1 | -1/+1 |
* | Enable FEATURES=userfetch by default. | Zac Medico | 2007-07-23 | 1 | -1/+1 |
* | Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin... | Zac Medico | 2007-07-23 | 1 | -10/+12 |
* | add more tests for keyvaluepairloader (it had a bug previously) and fix up ot... | Alec Warner | 2007-07-23 | 2 | -12/+14 |
* | fix broken import | Alec Warner | 2007-07-23 | 1 | -1/+1 |
* | Fix imports for style, slight optimization for grab* function, doc fixups. | Alec Warner | 2007-07-23 | 1 | -4/+11 |
* | Validator should be a function, not a class, fix spacing/tab issues. Fix par... | Alec Warner | 2007-07-23 | 3 | -26/+72 |
* | Fix imports for style, deprecate grab*, what is foo.metadata and what does it... | Alec Warner | 2007-07-23 | 1 | -8/+20 |
* | Move classes out of __init__.py, they do not belong there. Fix import style,... | Alec Warner | 2007-07-23 | 5 | -163/+161 |
* | Move common file functionality into a FileLoader class and delegate parsing t... | Alec Warner | 2007-07-23 | 2 | -112/+140 |
* | fix spacing, comments, default args | Alec Warner | 2007-07-23 | 1 | -8/+8 |
* | Fix hardcoded /usr/bin/echo to use portage.process.find_binary(). | Zac Medico | 2007-07-22 | 1 | -1/+3 |
* | fix missing import, default value for value in case we try to .join on a vari... | Alec Warner | 2007-07-22 | 2 | -1/+2 |
* | add docstring, fix up imports (style), add keyword expansion | Alec Warner | 2007-07-22 | 1 | -1/+15 |
* | add test for CommandOutputSet | Alec Warner | 2007-07-22 | 3 | -0/+26 |
* | For bug #184774, put lha's -q option last since otherwise the option parser n... | Zac Medico | 2007-07-22 | 1 | -1/+1 |
* | Fix spacing issues, imports | Alec Warner | 2007-07-22 | 1 | -16/+17 |
* | Add notes about import statements (clarity) and fix spelling error in release... | Alec Warner | 2007-07-22 | 2 | -1/+38 |
* | remove unused vars from xpak, fix bug in compose. Also fix tests for portage... | Alec Warner | 2007-07-22 | 2 | -4/+4 |
* | Run pychecker over everything, fix obvious thing slike modules not in use, va... | Alec Warner | 2007-07-22 | 6 | -26/+28 |
* | Fix the reverse dependency display for --prune when there is now real parent. | Zac Medico | 2007-07-22 | 1 | -0/+5 |
* | Make --update imply --oneshot since people often us it to update things when ... | Zac Medico | 2007-07-22 | 1 | -1/+3 |
* | Document --depclean and --prune enhancements. | Zac Medico | 2007-07-22 | 2 | -22/+40 |
* | Prevent a potential KeyError when removing world from the digraph for --prune... | Zac Medico | 2007-07-22 | 1 | -1/+2 |
* | Make --prune pull in the system set since that could pull in some slots that ... | Zac Medico | 2007-07-22 | 1 | -0/+3 |
* | For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p... | Zac Medico | 2007-07-21 | 1 | -0/+17 |
* | For bug #185153, in commit mode do the "Fetching trivial updates" routine bef... | Zac Medico | 2007-07-21 | 1 | -38/+44 |
* | Make --prune and --depclean return before calculating dependencies if atoms a... | Zac Medico | 2007-07-21 | 1 | -0/+9 |
* | Prune really uses all installed instead of world. It's not a real reverse de... | Zac Medico | 2007-07-21 | 1 | -0/+3 |
* | Just show [0] instead of [0=>0] in the repo display. | Zac Medico | 2007-07-21 | 1 | -3/+6 |
* | For bug #185930, direct all FETCHCOMMAND output to stdout. | Zac Medico | 2007-07-21 | 1 | -0/+8 |
* | Optimize PackageSet._updateAtomMap() for the case where one or more atoms are... | Zac Medico | 2007-07-21 | 1 | -4/+7 |
* | Hint about --nodeps if --prune doesn't find anything to prune. Also enable r... | Zac Medico | 2007-07-21 | 1 | -1/+7 |
* | When digest verification of a distfile fails, rename instead of unlinking it ... | Zac Medico | 2007-07-21 | 1 | -5/+18 |
* | If the fetcher reported success and the file is too small, don't attempt to r... | Zac Medico | 2007-07-20 | 1 | -2/+10 |
* | For bug #185504, document profiles/repo_name. | Zac Medico | 2007-07-20 | 1 | -0/+6 |
* | Document --prune and --depclean enhancements. | Zac Medico | 2007-07-20 | 1 | -0/+6 |
* | Update --prune docs for bug #151653. | Zac Medico | 2007-07-20 | 2 | -7/+5 |
* | Fix --prune so that it always correctly accounts for COUNTER when dealing wit... | Zac Medico | 2007-07-20 | 1 | -3/+4 |
* | For bug #151653, make --prune keep the highest version whenever possible (eve... | Zac Medico | 2007-07-20 | 1 | -2/+24 |
* | Make --prune try to prune all slotted packages if no atoms are given (that's ... | Zac Medico | 2007-07-19 | 1 | -0/+5 |
* | Make --prune bail out like depclean does if there are unresolved dependencies... | Zac Medico | 2007-07-19 | 1 | -2/+5 |
* | With --prune and --depclean, if --verbose is enabled then show reverse depend... | Zac Medico | 2007-07-19 | 1 | -4/+26 |
* | Allow atoms to be specified for --depclean so that it can be used to safely u... | Zac Medico | 2007-07-18 | 1 | -5/+38 |
* | Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi... | Zac Medico | 2007-07-18 | 2 | -16/+78 |
* | Iterate over a list in order to avoid breaking the iterator when an atom is r... | Zac Medico | 2007-07-17 | 1 | -1/+1 |
* | Use PackageSet.getAtoms() as a wrapper around load() since load() can trigger... | Zac Medico | 2007-07-17 | 1 | -6/+2 |
* | Make PackageSet._updateAtomMap() clear the map in case something was removed. | Zac Medico | 2007-07-17 | 1 | -0/+1 |
* | Use PF in dyn_package. Thanks to swegener. | Zac Medico | 2007-07-17 | 1 | -1/+1 |
* | Unify USE handling in the depgraph with the other metadata. | Zac Medico | 2007-07-17 | 1 | -19/+15 |