summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo.Zac Medico2008-06-281-1/+2
* Split out an EbuildMerge class.Zac Medico2008-06-281-8/+30
* * Split out a BinpkgMerge class.Zac Medico2008-06-281-7/+26
* Split out a BinpkgFetcher class.Zac Medico2008-06-281-40/+75
* Split out an EbuildFetcher class.Zac Medico2008-06-281-14/+27
* Split the MergeTask._merge() method into 3 smaller methods. The newZac Medico2008-06-281-23/+63
* Bug #226307 - Copy come code from depgraph._iter_atoms_for_pkg() thatZac Medico2008-06-281-3/+47
* Fix depgraph.break_refs() to work with DependencyArg instances (or anythingZac Medico2008-06-271-13/+11
* Remove the MergeTask._blocker_db attribute since it can just be aZac Medico2008-06-271-5/+4
* Break references from Package instances in the digraph before passingZac Medico2008-06-271-0/+2
* Pass the digraph into the MergeTask constructor. It's currently unusedZac Medico2008-06-271-5/+5
* Fix typo.Zac Medico2008-06-271-1/+1
* Add documentation for the new --keep-going option.Zac Medico2008-06-273-10/+39
* 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
* Use bool() to simplify ObjectProxy.__nonzero__().Zac Medico2008-06-271-3/+1
* Split the --skipfirst code into a resume_depgraph() function that willZac Medico2008-06-271-61/+83
* For brevity, and consistency with pkgcore, rename "all-installed" to justZac Medico2008-06-261-1/+1
* Call use_reduce() with matchall=1 when checking depstrings. Otherwise it'sZac Medico2008-06-261-1/+1
* Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex.Zac Medico2008-06-261-0/+1
* Fix the PermissionDenied message for color.map.Zac Medico2008-06-261-1/+4
* * Remove PORTAGE_LEGACY_GLOBALS hack for portage import since lateZac Medico2008-06-261-10/+2
* Use settings["ROOT"] at the beginning of env_update() to avoid breakageZac Medico2008-06-261-2/+2
* Handle KeyError from aux_get() inside dbapi._iter_match_slot() andZac Medico2008-06-261-3/+9
* change default name of EverythingSet to @all-installed (bug #229467)Marius Mauch2008-06-261-1/+1
* Also use a separate proxy type for portage.mtimedb since it's independentZac Medico2008-06-261-7/+32
* Use a separate proxy type to trigger portage.portdb initialization separatelyZac Medico2008-06-261-3/+16
* Implement lazy initialization of global "portdb", "settings" and otherZac Medico2008-06-262-1/+87
* Make PackageIndex use SlotDict for package metadata storage. The set ofZac Medico2008-06-263-12/+45
* Use SlotDict where appropriate in binarytree._populate().Zac Medico2008-06-251-2/+2
* Fix typo.Zac Medico2008-06-251-1/+1
* Add docstring to slot_dict_class().Zac Medico2008-06-251-0/+11
* Fix typo.Zac Medico2008-06-251-1/+1
* Fix KeyError constructor style.Zac Medico2008-06-251-1/+1
* Fix indentation.Zac Medico2008-06-251-1/+1
* Add a generic portage.cache.mappings.slot_dict_class() function whichZac Medico2008-06-254-91/+151
* Swap out the whole Package.root_config attribute inside depgraph.break_refs().Zac Medico2008-06-251-11/+8
* Clarify EverythingSet.description a bit. Thanks to Necoro.Zac Medico2008-06-251-1/+1
* Clarify EverythingSet.description a bit. Thanks to Necoro.Zac Medico2008-06-251-2/+3
* Fix Atom -> str breakage in depgraph.saveNomergeFavorites(). Thanks toZac Medico2008-06-251-1/+1
* Fix repoman breakage wrt _PackageMetadataWrapper._keys values.Zac Medico2008-06-252-2/+7
* After the depgraph caches the vardb state in a FakeVartree, to makeZac Medico2008-06-252-3/+17
* Implement __contains__, pop() and clear() for Package.metadata attributes.Zac Medico2008-06-251-0/+23
* Use os.listdir() instead of portage.listdir() to avoid needless cachingZac Medico2008-06-251-2/+2
* 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-252-58/+110
* 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