summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Make Binpkg inherit from EbuildBuildDir since it's going to holdZac Medico2008-07-041-3/+3
* Make EbuildBuild inherit from EbuildBuildDir since it's going to holdZac Medico2008-07-041-5/+4
* Convert EbuildFetcher to an asynchronous interface:Zac Medico2008-07-041-8/+20
* TODO: For parallel scheduling, everything in MergeListItem needsZac Medico2008-07-041-0/+5
* Add a PollConstants class to serve as a layer of indirection for accessingZac Medico2008-07-041-6/+21
* In --keep-going mode, display the new merge list when appropriate.Zac Medico2008-07-041-1/+26
* Split a _main_loop() method out of Scheduler._merge().Zac Medico2008-07-041-24/+54
* Split out a Scheduler._execute_pkg() method from _merge().Zac Medico2008-07-041-19/+25
* Rename PollSelectFallback to PollSelectAdapter.Zac Medico2008-07-041-2/+2
* * Split out a MergeListItem class from Scheduler._execute_task().Zac Medico2008-07-041-80/+135
* Create a Scheduler._task_queues attribute which has "build" and "prefetch"Zac Medico2008-07-041-4/+6
* Change the way the way things that have to call the scheduler interactZac Medico2008-07-041-56/+60
* When logging is disabled, make the EbuildPhase create a dummy pipe to provideZac Medico2008-07-041-6/+45
* * Split out a SequentialTaskQueue class to encapsulate the parallel-fetchZac Medico2008-07-041-35/+50
* Split out a _create_prefetcher() method from _add_prefetchers().Zac Medico2008-07-031-14/+26
* Remove old unused vars inside _execute_task() and fix code not to use theZac Medico2008-07-031-38/+17
* Split logging and world atom code out of Scheduler._execute() task, andZac Medico2008-07-031-65/+86
* Clean up Scheduler.merge() and split out a _save_resume_list() method.Zac Medico2008-07-031-76/+35
* Add a portage._disable_legacy_globals() function. This deletes theZac Medico2008-07-031-2/+1
* 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-031-4/+128
* 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
* 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-021-6/+12
* Split out a SubProcess base class for EbuildFetcherAsync, EbuildPhase,Zac Medico2008-07-021-114/+53
* 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 #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