2008-05-02 |
Zac Medico | Use Package.cp attribute instead of calling cpv_getkey(). |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Use Package instance attributes to clean up and simplify |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | In depgraph._serialize_tasks(), filter "nomerge" nodes... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | In depgraph._complete_graph(), use cached Package insta... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Validate resume list data some more. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Clean up merge list handling: |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | Update documentation for package set configuration... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | fix typo |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | use special symlink comparison code (original patch... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | v2 of FEATURES=preserved-libs, using LinkageMap instead... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | do not consider sets to be installed that are about... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | move cleaning of sets out of package loop |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | properly remove sets from 'world' when unmerging |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | add config option for package sets to not be recorded... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | check if a given package set is defined more than once |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | remove 'sets/' name-prefix for file-based package sets |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Fix broken variable references found by pyflakes. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Skip group/owner tarsync options for tarsync if chown... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Marius Mauch | check if PORTAGE_TMPDIR is mounted readonly/noexec... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Bug #219837 - Adjust date calculations some more and... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Fix variable rename breakage: pkg -> pkg.cpv |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | When adding blockers for installed packages to the... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Detect an old version of tarsync and use bzip2 compress... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Sort blockers when caching them. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Don't add blockers to the graph more times than necessary. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | * Add a Package.operation attribute and use it to disti... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Bug #219837 - Adjust date calculations to improve accuracy. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Handle a KeyError when validating the blocker cache. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Fix broken comparison, compare with None instead of... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Fix logic to re-use blockers from the graph when popula... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | * Fix dep_check() so that it doesn't expand virtual... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Fix "deep" logic in depgraph._complete_graph() so that... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zac Medico | Make unmerge() group packages by cat/pn when the order... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zac Medico | Prevent some more visible downgrades from possibly... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zac Medico | Prevent some more visible downgrades from possibly... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Handle a potential KeyError in depgraph.display() when... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | When a package scheduled for uninstall isn't installed... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Fix spelling. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Add a Package.pv_split attibute to optimize version... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | For bug #211833, be explicit that the pkg_prerm() and... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | As suggested by Chr. Schaefer in bug #211833, comment... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Add comma to ("__weakref__",) so that it's a tuple... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Try to format the elog message better for bug #211833... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Use write_atomic() for manifest updates. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Fix PackageVirtualDbapi.cpv_inject() to make sure packa... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Bug #211833 - When an ebuild removal phase fails, notif... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Add missing slot comparison when looking for higher... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Bug #218854 - Fix depgraph._iter_atoms_for_pkg() so... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Fix the EbuildQuote check to ignore "echo" and the... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | * Remove the only remaining sys.exit() calls inside... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Never uninstall sys-apps/portage except through replace... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Bug #219369 - Enable automatic upgrage or downgrade... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Marius Mauch | fix logic error |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Marius Mauch | actually use rpath for the internal lib check |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Marius Mauch | some minor code fixes |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Take the classes that initialize variables in __slots__... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Create a digraph.difference_update() method and use... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Remove unnecessary "mydbapi" variable in depgraph.displ... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Bug #172812 - When a package needs to be uninstalled... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Zac Medico | Add a PackageVirtualDbapi.copy() method. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Zac Medico | Use digraphs to clean up blocker reference counting... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Zac Medico | Don't assume that altlist() will succeed inside display... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Zac Medico | * Add a Blocker class to use instead of tuples. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Marius Mauch | add LibraryPackageMap replacement using NEEDED.2 files |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Refactor the way that depgraph.altlist(), _complete_gra... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Bug #219251 - Fix typo in PORTDIR_OVERLAY when searchin... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | s/be only/only be/ |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Marius Mauch | remove debug output |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Marius Mauch | as NEEDED files don't conain enough formation for e... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Add some more spinner.update() calls in possibly time... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Marius Mauch | remove unused function |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Bug #172812 - If any Uninstall tasks need to be execute... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Update description of "complete" depgraph param. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Rename the "consistent" depgraph parameter to "complete... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Add a note about automatic uninstallation to solve... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Fix interaction between automatic uninstall and options... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Handle potential InvalidDependString exceptions when... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Fix broken mtimedb resume list handling for automatic... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Combine --nodeps spinner logic. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Bug #172812 - When automatically uninstalling packages... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Split out a _dequeue_uninstall_tasks() method. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Reset the state variables for leaf node selection in... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zac Medico | Bug #172812 - Protect packages from being removed from... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zac Medico | Bug #172812 - Document new automatic uninstallation... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zac Medico | s/unmerge/uninstall/ for consistency. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zac Medico | Bug #172812 - Automatically uninstall packages to avoid... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zac Medico | Bug #172812 - Add an Uninstall class derived from the... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zac Medico | Make dir_get_metadata() retry if a httplib.ResponseNotR... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Swap --nospinner and --oneshot for alphabetical ordering. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Bug #218439 - Improve alignment in short emerge --help... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | In show_slot_collision_notice(), refer to the problem... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | In action_metadata(), properly put the source cache... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Document FEATURES="metadata-transfer" changes some... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Fix portage version, should be >=2.1.5. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | * Make portdbapi.aux_get() automatically pull pre-gener... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Zac Medico | Bug #218559 - Make portdbapi automatically add sandbox... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zac Medico | Add a new part for "Dependency Resolution". |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zac Medico | Bug #218202 - Make sure the spinner is quiet in --nodep... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zac Medico | Make the ccache userpriv permission check from bug... |
commit | commitdiff | tree | snapshot |
next |