summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for the new --keep-going option.Zac Medico2008-06-271-7/+24
* Generate and log eerror messages for any packages that need to be droppedZac Medico2008-06-271-13/+31
* Call clear_caches() after the depgraph is out of scope, in MergeTask.merge().Zac Medico2008-06-271-2/+1
* Bug #12768 - Add a --keep-going option. This uses the same resume_depgraph()Zac Medico2008-06-271-14/+96
* Split the --skipfirst code into a resume_depgraph() function that willZac Medico2008-06-271-61/+83
* Add a generic portage.cache.mappings.slot_dict_class() function whichZac Medico2008-06-251-88/+13
* Swap out the whole Package.root_config attribute inside depgraph.break_refs().Zac Medico2008-06-251-11/+8
* Fix Atom -> str breakage in depgraph.saveNomergeFavorites(). Thanks toZac Medico2008-06-251-1/+1
* Fix repoman breakage wrt _PackageMetadataWrapper._keys values.Zac Medico2008-06-251-1/+5
* After the depgraph caches the vardb state in a FakeVartree, to makeZac Medico2008-06-251-0/+8
* Implement __contains__, pop() and clear() for Package.metadata attributes.Zac Medico2008-06-251-0/+23
* Make clear_caches() call portage.dircache.clear().Zac Medico2008-06-251-0/+1
* Remove the BlockerDB._blocker_cache attribute and just create newZac Medico2008-06-251-4/+3
* For the Package.metadata attribute, only implement the dict interfaceZac Medico2008-06-251-55/+107
* Bug #229069 - Before deleting the depgraph, break references pointingZac Medico2008-06-251-0/+34
* Fix spelling of depgraph._complete_threshold.Zac Medico2008-06-241-3/+3
* If dep calculation time exceeds 20 seconds then automaticallyZac Medico2008-06-241-5/+16
* Bug #229233 - Fix Atom -> str breakage in the depgraph.display_problems()Zac Medico2008-06-241-1/+1
* Clear dbapi caches just after deleting the depgraph in action_build().Zac Medico2008-06-241-0/+13
* Fix some remaining corner cases that cause bug #220341 to reappearZac Medico2008-06-241-14/+15
* Bug #228939 - Fix display list interaction with --tree mode to preventZac Medico2008-06-221-1/+4
* Fix Atom -> str breakage in depgraph._show_slot_collision_notice(). ThanksZac Medico2008-06-211-1/+1
* Fix Atom -> str breakage in depgraph.display_problems().Zac Medico2008-06-211-1/+1
* Bug #228595 - Use os.path.realpath() before comparing paths to thoseZac Medico2008-06-201-0/+1
* Make the visibility related config methods such as getMaskAtom() andZac Medico2008-06-201-8/+8
* reenable warning about missing repository namesv2.2_rc1Marius Mauch2008-06-201-0/+14
* Document the new emerge <file> feature.Zac Medico2008-06-201-1/+1
* Fix typo.Zac Medico2008-06-201-1/+1
* Make emerge <path> path search for multiple owners of directories. ThisZac Medico2008-06-201-20/+38
* Bug #228075 - Explicitly call gc.collect() to try and free memoryZac Medico2008-06-181-0/+8
* fix typoMarius Mauch2008-06-171-2/+2
* Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.Zac Medico2008-06-161-1/+1
* Make some post_merge() things conditional on the vdb lock being heldZac Medico2008-06-161-7/+10
* Add some write access checks in post_merge() in order to avoid triggeringZac Medico2008-06-161-3/+7
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-151-6/+4
* Pass missing "installed" parameter into Package constructor.Zac Medico2008-06-121-1/+1
* Handle InvalidDependString in _package_cache.__setitem__().Zac Medico2008-06-111-4/+7
* Fix indent.Zac Medico2008-06-111-1/+1
* Handle InvalidDependString.Zac Medico2008-06-111-2/+7
* Bug #225767 - Suppress warnings for installed packages masked by keywordsZac Medico2008-06-111-1/+34
* Remove unused PackageVirtualDbapi.__getitem__() method.Zac Medico2008-06-091-15/+0
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-091-9/+6
* Make repoman pass Package instances into run_checks(), so that the checksZac Medico2008-06-081-2/+8
* Make load_emerge_config() filter out empty PORTAGE_CONFIGROOT and ROOTZac Medico2008-06-071-1/+3
* Add a PackageVirtualDbapi.__getitem__() method.Zac Medico2008-06-061-0/+15
* Add Package.counter and mtime attributes.Zac Medico2008-06-051-3/+20
* Use sets for more accurate cache modification counts BlockerCache and vardbapi.Zac Medico2008-06-041-5/+5
* Use platform module to make it clear what we're displaying. Instead ofZac Medico2008-06-041-5/+5
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-031-16/+31
* Tweak the installed masked code from bug #223447 so that it less noisyZac Medico2008-06-031-3/+4