2007-07-23 |
Alec Warner | fix spacing, comments, default args |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Fix hardcoded /usr/bin/echo to use portage.process... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | fix missing import, default value for value in case... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | add docstring, fix up imports (style), add keyword... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | add test for CommandOutputSet |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | For bug #184774, put lha's -q option last since otherwi... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | Fix spacing issues, imports |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | Add notes about import statements (clarity) and fix... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | remove unused vars from xpak, fix bug in compose. ... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Alec Warner | Run pychecker over everything, fix obvious thing slike... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Fix the reverse dependency display for --prune when... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Make --update imply --oneshot since people often us... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Document --depclean and --prune enhancements. |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Prevent a potential KeyError when removing world from... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Zac Medico | Make --prune pull in the system set since that could... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | For bug #169500, detect when the cvs server puts /Attic... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | For bug #185153, in commit mode do the "Fetching trivia... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Make --prune and --depclean return before calculating... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Prune really uses all installed instead of world. ... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Just show [0] instead of [0=>0] in the repo display. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | For bug #185930, direct all FETCHCOMMAND output to... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Optimize PackageSet._updateAtomMap() for the case where... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | Hint about --nodeps if --prune doesn't find anything... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zac Medico | When digest verification of a distfile fails, rename... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | If the fetcher reported success and the file is too... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | For bug #185504, document profiles/repo_name. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | Document --prune and --depclean enhancements. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | Update --prune docs for bug #151653. |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | Fix --prune so that it always correctly accounts for... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Zac Medico | For bug #151653, make --prune keep the highest version... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Zac Medico | Make --prune try to prune all slotted packages if no... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Zac Medico | Make --prune bail out like depclean does if there are... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Zac Medico | With --prune and --depclean, if --verbose is enabled... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Zac Medico | Allow atoms to be specified for --depclean so that... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Zac Medico | Use the --depclean algorithm to make --prune safe.... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Iterate over a list in order to avoid breaking the... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Use PackageSet.getAtoms() as a wrapper around load... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Make PackageSet._updateAtomMap() clear the map in case... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Use PF in dyn_package. Thanks to swegener. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Unify USE handling in the depgraph with the other metadata. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | For bug #185670, make sure package.use.{mask,force... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | When expanding ambiguous atoms against the vardb, make... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | When dep_expand throws a ValueError due to an ambiguous... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Don't show the repo display when the package list is... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Make sure the atoms are loaded when calling PackageSet... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Make sure PackageSet._atoms is always a set. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Revert PackageSet.containsCPV() calls back to findAtomF... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Zac Medico | Always be sure to load the latest version of the world... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Zac Medico | Sort the atoms when writing the world file. |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | Replace emerge.WorldSet with portage.sets.files.WorldSet |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | break another recursion cycle, add special subclass... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | Replace emerge.SystemSet with portage.sets.profiles... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | break recursion cycle |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | replace emerge.AtomSet with portage.sets.InternalPackageSet |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | disable FEATURES=gpg as it's unmaintained, useless... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | fix metadata parsing for file-based sets, add support... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | add support for metadata |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | ignore already applied glsas when loading the security set |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | fix load logic for editable sets once more |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | use a more logical approach for editable sets |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | Make PackageSet to behave more like a real set, and... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | s/node/atom/ and other minor updates |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Marius Mauch | sync MAILSUBJECT in make.conf with make.globals |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Mike Frysinger | split up the debug/sources steps as proposed by swegene... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Zac Medico | When deciding if a package is slotted inside create_wor... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Remove unused repo_name code. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Use sys.stdout instead of print to avoid an extra newline. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Encapsulate the repo display code in a class. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Always show PORTDIR with index 0 in the repo display. |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Make the repo display work for overlays that don't... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | For bug #185278, make the verbose flag display show... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | PDEPEND is now installed as soon as possible so that... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Fix it so that the 'repository could not be determined... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Zac Medico | Misc fixes for verbose repo output: |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Zac Medico | Save the repo name along with the other metadata inside... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Zac Medico | Use os.path.realpath(portdir) for comparison of repo... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Zac Medico | Add "reset" to the list of attributes. |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Zac Medico | Fix the case where the currently installed package... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Zac Medico | Make depgraph._reinstall_for_flags() always return... |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Zac Medico | For bug #184983, prevent USE_EXPAND_HIDDEN flags from... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Zac Medico | Use set.discard() instead of remove() to avoid a potent... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Zac Medico | Fix another case similar to bug #184806 that can occur... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Zac Medico | For bug #184687, skip the huge --depclean warning when... |
commit | commitdiff | tree | snapshot |
2007-07-11 |
Zac Medico | For bug #184679, handle ENOTDIR by finding the non... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Zac Medico | For bug #184843, allow USE_EXPAND variables to pass... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Zac Medico | For bug #184604, make env-update write $ in front of... |
commit | commitdiff | tree | snapshot |
2007-07-10 |
Zac Medico | For bug #184806, account for the fact the metadata... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Zac Medico | Remove the repo_name warning in the portdbapi construct... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Ned Ludd | - be quiet about overlays profiles/repo_name entry... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Ned Ludd | - remove readable bits for debug files if the souce... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Zac Medico | Fix interaction of resume opts with spinner output... |
commit | commitdiff | tree | snapshot |
2007-07-09 |
Marius Mauch | simplify logic a bit |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Zac Medico | Pass the file path into the PermissionDenied exception. |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Zac Medico | Make dblink invalidate the vardbapi caches for each... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Zac Medico | For bug #184566, enable the emerge --info action to... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Zac Medico | Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for... |
commit | commitdiff | tree | snapshot |
2007-07-08 |
Zac Medico | Allow system virtuals to be pruned from the world file... |
commit | commitdiff | tree | snapshot |
next |