summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Add a portage._disable_legacy_globals() function. This deletes theZac Medico2008-07-032-7/+18
* Split out a _restart_if_necessary() method from Scheduler._merge().Zac Medico2008-07-031-48/+74
* Remove unused BinpkgMerge class.Zac Medico2008-07-031-27/+0
* Remove the Scheduler._post_merge() method, and create a newZac Medico2008-07-031-30/+29
* Split out a new _add_prefetchers() method from Scheduler._merge().Zac Medico2008-07-031-26/+34
* Split out a new _check_manifests() method from Scheduler._merge() sinceZac Medico2008-07-031-41/+55
* Implement asynchronous binary package extraction, so that the schedulerZac Medico2008-07-032-6/+130
* Make BinpkgFetcherAsync inherit from SpawnProcess.Zac Medico2008-07-031-74/+11
* Add missing BinpkgFetcherAsync.registered attribute.Zac Medico2008-07-031-1/+1
* Move post ebuild phase code (originally from spawnebuild) fromZac Medico2008-07-031-6/+8
* Split out a SpawnProcess base class out of EbuildFetcherAsync.Zac Medico2008-07-031-38/+74
* Use stdout.write() instead of "print", for py3k compat.Zac Medico2008-07-031-14/+24
* Fix broken except statement. Thanks to hawking.Zac Medico2008-07-021-1/+1
* Fix EbuildBuildDir so that it works properly with binary packages.Zac Medico2008-07-021-14/+21
* Handle missing select.poll on interix by using select() to emulate a pollZac Medico2008-07-021-1/+61
* Remove $PORTAGE_BUILDDIR locking from portage.pkgmerge() and useZac Medico2008-07-022-29/+13
* Split out a SubProcess base class for EbuildFetcherAsync, EbuildPhase,Zac Medico2008-07-021-114/+53
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-027-37/+58
* Fix EbuildBuild.execute() to return os.EX_OK on success.Zac Medico2008-07-021-0/+1
* Fix inverted buildpkgonly logic.Zac Medico2008-07-021-1/+1
* Split out a Binpkg class from code inside Scheduler._execute_task().Zac Medico2008-07-021-54/+104
* Remove debugging code from the previous commit.Zac Medico2008-07-021-4/+0
* * Rename existing EbuildBuild class to EbuildExecuter.Zac Medico2008-07-021-127/+210
* Py3k compatibility patch #6 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-013-1/+18
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-015-7/+7
* Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-014-14/+15
* Py3k compatibility patch #2 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-012-2/+2
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-019-58/+60
* Add a "prefix" keyword parameter to slot_dict_class() which controls theZac Medico2008-07-012-39/+43
* Add a new BinpkgFetcherAsync class and use it to implement parellel-fetchZac Medico2008-07-011-15/+240
* Never do realpath() on an empty string for portdbapi.porttree_root sinceZac Medico2008-07-011-1/+3
* Also avoid sandbox violations in PreservedLibsRegistry.store(), for runningZac Medico2008-07-011-0/+2
* Handle potential errors in PreservedLibsRegistry.store() now that it canZac Medico2008-07-011-3/+7
* Split out a write_contents() function and a vardbapi.removeFromContents()Zac Medico2008-07-011-30/+68
* add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsReg...Zac Medico2008-07-011-1/+2
* 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-302-93/+234
* Avoid python-2.6 deprecation warnings for md5 and sha modules by tryingZac Medico2008-06-301-3/+13
* Rename the MergeTask class to Scheduler.Zac Medico2008-06-301-3/+3
* * Tweak conditionals in doebuild() to fix emerge --fetch breakage reportedZac Medico2008-06-301-4/+6
* Centralize select.poll() event handling in MergeTask._schedule(). This willZac Medico2008-06-291-39/+47
* Add EMERGE_FROM to the blacklisted vars in the config constructor.Zac Medico2008-06-291-1/+1
* * Add "fd_pipes" and "returnpid" parameters to doebuild() and passZac Medico2008-06-292-29/+211
* In EbuildBuild.execute(), call doebuild() separately for each phase sinceZac Medico2008-06-292-10/+15
* Split out a _check_build_log() function from spawnebuild().Zac Medico2008-06-291-67/+78
* Split out a _post_src_install_uid_fix() function from spawnebuild().Zac Medico2008-06-291-22/+28
* Split out a _spawn_misc_sh() function from spawnebuild().Zac Medico2008-06-291-25/+40
* 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-292-14/+11
* Instead of calling the ebuild "clean" phase in MergeTask.merge(),Zac Medico2008-06-292-9/+18