| Commit message (Expand) | Author | Age | Files | Lines |
* | add config option for package sets to not be recorded in 'world' | Marius Mauch | 2008-05-02 | 4 | -2/+11 |
* | check if a given package set is defined more than once | Marius Mauch | 2008-05-02 | 1 | -2/+10 |
* | remove 'sets/' name-prefix for file-based package sets | Marius Mauch | 2008-05-02 | 1 | -1/+1 |
* | Fix broken variable references found by pyflakes. | Zac Medico | 2008-05-02 | 1 | -4/+2 |
* | Skip group/owner tarsync options for tarsync if chown on /usr/portage | Zac Medico | 2008-05-02 | 1 | -1/+4 |
* | check if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957) | Marius Mauch | 2008-05-02 | 1 | -0/+28 |
* | Bug #219837 - Adjust date calculations some more and show an | Zac Medico | 2008-05-02 | 1 | -15/+53 |
* | Fix variable rename breakage: pkg -> pkg.cpv | Zac Medico | 2008-05-01 | 1 | -1/+1 |
* | When adding blockers for installed packages to the graph, use cached | Zac Medico | 2008-05-01 | 1 | -22/+14 |
* | Detect an old version of tarsync and use bzip2 compression in that case. | Zac Medico | 2008-05-01 | 1 | -3/+9 |
* | Sort blockers when caching them. | Zac Medico | 2008-05-01 | 1 | -0/+1 |
* | Don't add blockers to the graph more times than necessary. | Zac Medico | 2008-05-01 | 1 | -0/+1 |
* | * Add a Package.operation attribute and use it to distinguish "uninstall" | Zac Medico | 2008-05-01 | 1 | -37/+27 |
* | Bug #219837 - Adjust date calculations to improve accuracy. | Zac Medico | 2008-04-30 | 1 | -3/+7 |
* | Handle a KeyError when validating the blocker cache. | Zac Medico | 2008-04-30 | 1 | -1/+6 |
* | Fix broken comparison, compare with None instead of nonzero. | Zac Medico | 2008-04-30 | 1 | -1/+1 |
* | Fix logic to re-use blockers from the graph when populating the blocker cache. | Zac Medico | 2008-04-30 | 1 | -0/+5 |
* | * Fix dep_check() so that it doesn't expand virtual blockers since the | Zac Medico | 2008-04-30 | 2 | -11/+78 |
* | Fix "deep" logic in depgraph._complete_graph() so that it always | Zac Medico | 2008-04-30 | 1 | -2/+4 |
* | Make unmerge() group packages by cat/pn when the order doesn't matter, so | Zac Medico | 2008-04-29 | 1 | -8/+30 |
* | Prevent some more visible downgrades from possibly being missed (bug #219369). | Zac Medico | 2008-04-29 | 1 | -1/+4 |
* | Prevent some more visible downgrades from possibly being missed (bug #219369). | Zac Medico | 2008-04-29 | 1 | -1/+4 |
* | Handle a potential KeyError in depgraph.display() when in --resume mode | Zac Medico | 2008-04-28 | 1 | -4/+15 |
* | When a package scheduled for uninstall isn't installed anymore, move | Zac Medico | 2008-04-28 | 1 | -4/+12 |
* | Fix spelling. | Zac Medico | 2008-04-28 | 1 | -1/+1 |
* | Add a Package.pv_split attibute to optimize version comparison | Zac Medico | 2008-04-28 | 1 | -17/+10 |
* | For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removal | Zac Medico | 2008-04-28 | 1 | -1/+2 |
* | As suggested by Chr. Schaefer in bug #211833, comment #15, note that | Zac Medico | 2008-04-28 | 1 | -17/+16 |
* | Add comma to ("__weakref__",) so that it's a tuple instead of a string. | Zac Medico | 2008-04-28 | 1 | -1/+1 |
* | Try to format the elog message better for bug #211833, separating | Zac Medico | 2008-04-28 | 1 | -12/+29 |
* | Use write_atomic() for manifest updates. | Zac Medico | 2008-04-28 | 1 | -4/+2 |
* | Fix PackageVirtualDbapi.cpv_inject() to make sure packages with duplicate | Zac Medico | 2008-04-28 | 1 | -0/+6 |
* | Bug #211833 - When an ebuild removal phase fails, notify the user that | Zac Medico | 2008-04-28 | 1 | -1/+8 |
* | Add missing slot comparison when looking for higher slot in | Zac Medico | 2008-04-28 | 1 | -2/+3 |
* | Bug #218854 - Fix depgraph._iter_atoms_for_pkg() so that argument atoms | Zac Medico | 2008-04-28 | 1 | -8/+58 |
* | Fix the EbuildQuote check to ignore "echo" and the elog functions since | Zac Medico | 2008-04-27 | 1 | -1/+4 |
* | * Remove the only remaining sys.exit() calls inside the depgraph class. | Zac Medico | 2008-04-27 | 1 | -5/+9 |
* | Never uninstall sys-apps/portage except through replacement. | Zac Medico | 2008-04-27 | 1 | -0/+4 |
* | Bug #219369 - Enable automatic upgrage or downgrade to a version | Zac Medico | 2008-04-27 | 1 | -0/+20 |
* | fix logic error | Marius Mauch | 2008-04-27 | 1 | -1/+1 |
* | actually use rpath for the internal lib check | Marius Mauch | 2008-04-27 | 1 | -1/+5 |
* | some minor code fixes | Marius Mauch | 2008-04-27 | 1 | -3/+3 |
* | Take the classes that initialize variables in __slots__ with keyword | Zac Medico | 2008-04-27 | 1 | -42/+31 |
* | Create a digraph.difference_update() method and use it to amortize the | Zac Medico | 2008-04-27 | 2 | -6/+30 |
* | Remove unnecessary "mydbapi" variable in depgraph.display(). | Zac Medico | 2008-04-27 | 1 | -14/+3 |
* | Bug #172812 - When a package needs to be uninstalled in advance rather | Zac Medico | 2008-04-27 | 1 | -24/+77 |
* | Add a PackageVirtualDbapi.copy() method. | Zac Medico | 2008-04-26 | 1 | -0/+9 |
* | Use digraphs to clean up blocker reference counting in the depgraph. | Zac Medico | 2008-04-26 | 2 | -45/+69 |
* | Don't assume that altlist() will succeed inside display_problems(). | Zac Medico | 2008-04-26 | 1 | -1/+1 |
* | * Add a Blocker class to use instead of tuples. | Zac Medico | 2008-04-26 | 1 | -5/+24 |