portage.git
2008-05-08 Zac MedicoFix findInstalledBlockers() to check for blockers in...
2008-05-08 Zac MedicoFix namespace breakage.
2008-05-08 Zac MedicoInstead of doing automatic uninstalls in advance, insta...
2008-05-08 Zac MedicoTolerate InvalidDependString exceptions when checking...
2008-05-07 Zac MedicoFix spelling of "SATISFIED". Thanks to Arfrever. (trunk...
2008-05-06 Zac MedicoIn install_mask(), discard stderr messages from the...
2008-05-06 Zac MedicoMake satisfied blockers "darkblue" by default. (trunk...
2008-05-06 Zac MedicoFor consistency with the merge list display, show ...
2008-05-06 Zac MedicoDisplay satisfied blockers in green and show a small...
2008-05-05 Zac MedicoUse find -path -or -name to match basenames of files...
2008-05-05 Zac MedicoCache results for Task.__hash__() calls. (trunk r10210)
2008-05-05 Zac MedicoUse vardbapi._excluded_dirs to filter results inside...
2008-05-05 Zac MedicoAdd -MERGING-.* to vardbapi._excluded_dirs. (trunk...
2008-05-05 Zac Medico* In vardbapi.cpv_all() use catpkgsplit() for validatio...
2008-05-05 Zac MedicoHandle a potential InvalidData exception in vardbapi...
2008-05-05 Zac MedicoAdd "package" to EBUILD_PHASES since it's possible...
2008-05-05 Zac MedicoBug #219286 - Whitelist INSTALL_MASK so that it works...
2008-05-05 Zac Medico* Fix --buildpkgonly logic to avoid an unwanted code...
2008-05-05 Zac MedicoBug #220171 - Filter out 'lost+found' directories in...
2008-05-05 Zac MedicoUse writemsg() to warn about InvalidDependString except...
2008-05-05 Zac MedicoUse a separate digraph to preserve irrelevant blocker...
2008-05-05 Zac MedicoFix misplaced variable. (trunk r10186)
2008-05-04 Zac MedicoIn the package uninstall sanity check, use RDEPEND...
2008-05-04 Zac MedicoSimilar to the sys-apps/portage protection, also add...
2008-05-04 Zac MedicoDo more validation of resume data from the mtimedb...
2008-05-04 Zac MedicoWhen a --resume list is rejected due to unsatisfied...
2008-05-04 Zac MedicoIn order to fix --tree display behave normally in ...
2008-05-04 Zac MedicoFix misplaced variable used as parameter to _load_favor...
2008-05-04 Zac MedicoMake favorites handling in depgraph.select_files()...
2008-05-04 Zac MedicoFix package counters in depgraph.display() so they...
2008-05-04 Zac MedicoFix some unwanted interaction between --tree display...
2008-05-04 Zac MedicoRemove obsolete tuple() usage inside depgraph.display...
2008-05-04 Zac MedicoFix spelling of _show_unsatisfied_blockers(). (trunk...
2008-05-04 Zac MedicoIn BlockerData._load(), salvage as much cache as possib...
2008-05-04 Zac MedicoValidate all the data types inside BlockerCache._load...
2008-05-03 Zac MedicoWhen a resume list is rejected, display the invalid...
2008-05-03 Zac MedicoReturn early from create_world_atom() if an atom matchi...
2008-05-03 Zac MedicoDon't clean out old resume lists when in --ask or ...
2008-05-03 Zac MedicoWhen loadResumeCommand() rejects a resume list, give...
2008-05-03 Zac MedicoFix display_problems() logic some more. (trunk r10135...
2008-05-03 Zac MedicoImprove --resume handling of saved "favorites" argument...
2008-05-03 Zac Medico* Move circular deps and blocker displays to depgraph...
2008-05-03 Zac MedicoSimilar to the circular dependency display, handle...
2008-05-03 Zac MedicoUse absolute paths for files in ${DISTDIR}. Thanks...
2008-05-03 Zac MedicoBug #219294 - Fix 'date' and 'cut' arguments for BSD...
2008-05-03 Zac MedicoMove --resume options handling to the beginning of...
2008-05-03 Zac MedicoMake --nodeps automatically disable --tree. (trunk...
2008-05-03 Zac MedicoFix depgraph.loadResumeCommand() to identify an unsatis...
2008-05-03 Zac Medico* Check for masked packages in the --resume merge list...
2008-05-02 Zac MedicoAdd a PackageVirtualDbapi.__iter__() method and use...
2008-05-02 Zac MedicoUse match_pkgs() to simplify package comparison. (trunk...
2008-05-02 Zac MedicoMove the blocker cache validation into depgraph.validat...
2008-05-02 Zac MedicoIn depgraph.validate_blockers(), discard any "uninstall...
2008-05-02 Zac MedicoWhen searching for a "sys-apps/portage" installation...
2008-05-02 Zac MedicoUse Package.cp attribute instead of calling cpv_getkey...
2008-05-02 Zac MedicoUse Package instance attributes to clean up and simplify
2008-05-02 Zac MedicoIn depgraph._serialize_tasks(), filter "nomerge" nodes...
2008-05-02 Zac MedicoIn depgraph._complete_graph(), use cached Package insta...
2008-05-02 Zac MedicoValidate resume list data some more. (trunk r10094)
2008-05-02 Zac MedicoClean up merge list handling:
2008-05-02 Zac Medicocheck if PORTAGE_TMPDIR is mounted readonly/noexec...
2008-05-02 Zac MedicoFix broken variable references found by pyflakes. ...
2008-05-02 Zac MedicoSkip group/owner tarsync options for tarsync if chown...
2008-05-02 Zac MedicoBug #219837 - Adjust date calculations some more and...
2008-05-01 Zac MedicoFix variable rename breakage: pkg -> pkg.cpv (trunk...
2008-05-01 Zac MedicoWhen adding blockers for installed packages to the...
2008-05-01 Zac MedicoBug #219918 - Remove the last traces of PORTAGE_TMPFS.
2008-05-01 Marius Mauchremove PORTAGE_TMPFS comment
2008-05-01 Zac MedicoDetect an old version of tarsync and use bzip2 compress...
2008-05-01 Zac MedicoSort blockers when caching them. (trunk r10054)
2008-05-01 Zac MedicoDon't add blockers to the graph more times than necessa...
2008-05-01 Zac Medico* Add a Package.operation attribute and use it to disti...
2008-04-30 Zac MedicoFix 2 more types.InstanceType comparisons that are...
2008-04-30 Zac MedicoBug #219837 - Adjust date calculations to improve accur...
2008-04-30 Zac MedicoHandle a KeyError when validating the blocker cache...
2008-04-30 Zac Medico* Fix dep_check() so that it doesn't expand virtual...
2008-04-30 Zac MedicoFix "deep" logic in depgraph._complete_graph() so that...
2008-04-29 Zac MedicoMake unmerge() group packages by cat/pn when the order...
2008-04-29 Zac MedicoPrevent some more visible downgrades from possibly...
2008-04-28 Zac MedicoHandle a potential KeyError in depgraph.display() when...
2008-04-28 Zac MedicoWhen a package scheduled for uninstall isn't installed...
2008-04-28 Zac MedicoFix spelling. (trunk r10028)
2008-04-28 Zac MedicoAdd a Package.pv_split attibute to optimize version...
2008-04-28 Zac MedicoFor bug #211833, be explicit that the pkg_prerm() and...
2008-04-28 Zac MedicoAs suggested by Chr. Schaefer in bug #211833, comment...
2008-04-28 Zac MedicoAdd comma to ("__weakref__",) so that it's a tuple...
2008-04-28 Zac MedicoTry to format the elog message better for bug #211833...
2008-04-28 Zac MedicoUse write_atomic() for manifest updates. (trunk r10016)
2008-04-28 Zac MedicoFix PackageVirtualDbapi.cpv_inject() to make sure packa...
2008-04-28 Zac MedicoBug #211833 - When an ebuild removal phase fails, notif...
2008-04-28 Zac MedicoBug #218854 - Fix depgraph._iter_atoms_for_pkg() so...
2008-04-28 Zac MedicoFix the EbuildQuote check to ignore "echo" and the...
2008-04-28 Zac Medico* Remove the only remaining sys.exit() calls inside...
2008-04-27 Zac MedicoNever uninstall sys-apps/portage except through replace...
2008-04-27 Zac MedicoBug #219369 - Enable automatic upgrage or downgrade...
2008-04-27 Zac MedicoTake the classes that initialize variables in __slots__...
2008-04-27 Zac MedicoCreate a digraph.difference_update() method and use...
2008-04-27 Zac MedicoRemove unnecessary "mydbapi" variable in depgraph.displ...
2008-04-27 Zac MedicoBug #172812 - When a package needs to be uninstalled...
2008-04-27 Zac MedicoAdd a PackageVirtualDbapi.copy() method. (trunk r9982)
next