summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-3/+3
* Add a "prefix" keyword parameter to slot_dict_class() which controls theZac Medico2008-07-011-29/+29
* Add a new BinpkgFetcherAsync class and use it to implement parellel-fetchZac Medico2008-07-011-15/+240
* Clear the self._task_queue to avoid duplicate parallel-fetch tasksZac Medico2008-06-301-0/+1
* Reimplement parallel-fetch by spawning the `ebuild fetch` command for eachZac Medico2008-06-301-91/+231
* Rename the MergeTask class to Scheduler.Zac Medico2008-06-301-3/+3
* Centralize select.poll() event handling in MergeTask._schedule(). This willZac Medico2008-06-291-39/+47
* * Add "fd_pipes" and "returnpid" parameters to doebuild() and passZac Medico2008-06-291-5/+167
* In EbuildBuild.execute(), call doebuild() separately for each phase sinceZac Medico2008-06-291-4/+9
* Handle invalid atoms inside depgraph._add_pkg_deps(), to avoid anZac Medico2008-06-291-0/+7
* Move clean code, from the previous commit, from doebuild() toZac Medico2008-06-291-2/+7
* Instead of calling the ebuild "clean" phase in MergeTask.merge(),Zac Medico2008-06-291-5/+2
* Split out an EbuildBuildDir class to handle locking of the build dir.Zac Medico2008-06-291-34/+76
* Make EbuildBinpkg delegate everything up to src_install() toZac Medico2008-06-281-2/+17
* * Remove unused EbuildBuild.pretend attribute.Zac Medico2008-06-281-7/+7
* Use the EbuildMerge class instead of portage.merge().Zac Medico2008-06-281-8/+5
* Split out a PackageUninstall class.Zac Medico2008-06-281-6/+24
* * Split out an EbuildBinpkg class.Zac Medico2008-06-281-16/+44
* Split out an EbuildBuild class.Zac Medico2008-06-281-4/+28
* 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
* 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