2008-07-06 |
Zac Medico | * Fix broke return code handling from previous commit, in |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add async support to EbuildBuild, and an synchronous... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Split out a CompositeTask._start_task() for subclasses... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add CompositeTask._final_exit() method and use it to... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Split out a reusable CompositeTask._default_exit()... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add a CompositeTask._assert_current() method that async... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Fix typo in xterm titles total package count which... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | * Fix AsynchronousTask.poll() to call _wait_hook()... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Call _wait_hook() from poll() if the wait call occurs... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Correct TaskSequence docstring to refer to the addExitL... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Thanks to Ali Polatel <hawking@g.o> for this patch... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Split out common code from CompositeTask and EbuildExec... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Make EbuildExecuter inherit from AsynchronousTask. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Fix CompositeTask.cancel() so that it's safe to call... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Add a new CompositeTask class which can be used to... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Add async support to EbuildBinpkg by making it inherit... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Use the EbuildPhase class to execute the "clean" phase... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | Rename BinpkgFetcherAsync class to BinpkgFetcher and... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Zac Medico | * Implement a new binarytree.digestCheck() method and... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Make Binpkg inherit from EbuildBuildDir since it's... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Make EbuildBuild inherit from EbuildBuildDir since... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Convert EbuildFetcher to an asynchronous interface: |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | TODO: For parallel scheduling, everything in MergeListI... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Add a PollConstants class to serve as a layer of indire... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Bug #230525 - Work around ObjectProxy breakage in ... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | In --keep-going mode, display the new merge list when... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Split a _main_loop() method out of Scheduler._merge(). |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Split out a Scheduler._execute_pkg() method from _merge(). |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Rename PollSelectFallback to PollSelectAdapter. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | * Split out a MergeListItem class from Scheduler._execu... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Fix broken references to portage.exception. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Create a Scheduler._task_queues attribute which has... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Change the way the way things that have to call the... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | When logging is disabled, make the EbuildPhase create... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | Import portage before trying to access portage.exceptio... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Zac Medico | * Split out a SequentialTaskQueue class to encapsulate... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Bug #230469 - Implement non-blocking distlocks for... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Bug #230579 - Handle EOFError raised from cPickle.load... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a _create_prefetcher() method from _add_prefe... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Remove old unused vars inside _execute_task() and fix... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split logging and world atom code out of Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Clean up Scheduler.merge() and split out a _save_resume... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Add a portage._disable_legacy_globals() function. This... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a _restart_if_necessary() method from Schedul... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Remove unused BinpkgMerge class. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Remove the Scheduler._post_merge() method, and create... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a new _add_prefetchers() method from Schedule... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a new _check_manifests() method from Schedule... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Implement asynchronous binary package extraction, so... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Make BinpkgFetcherAsync inherit from SpawnProcess. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Add missing BinpkgFetcherAsync.registered attribute. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Move post ebuild phase code (originally from spawnebuil... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Split out a SpawnProcess base class out of EbuildFetch... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Zac Medico | Use stdout.write() instead of "print", for py3k compat. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Fix broken except statement. Thanks to hawking. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Fix EbuildBuildDir so that it works properly with binar... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Handle missing select.poll on interix by using select... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Remove $PORTAGE_BUILDDIR locking from portage.pkgmerge... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Split out a SubProcess base class for EbuildFetcherAsyn... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Py3k compatibility patch by Ali Polatel <hawking@g.o>. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Fix EbuildBuild.execute() to return os.EX_OK on success. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Fix inverted buildpkgonly logic. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Split out a Binpkg class from code inside Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | Remove debugging code from the previous commit. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Zac Medico | * Rename existing EbuildBuild class to EbuildExecuter. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Py3k compatibility patch #6 by Ali Polatel <hawking... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Py3k compatibility patch #5 by Ali Polatel <hawking... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Py3k compatibility patch #4 by Ali Polatel <hawking... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Py3k compatibility patch #3 by Ali Polatel <hawking... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Py3k compatibility patch #2 by Ali Polatel <hawking... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Py3k compatibility patch #1 by Ali Polatel <hawking... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Add a "prefix" keyword parameter to slot_dict_class... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Add a new BinpkgFetcherAsync class and use it to implem... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Never do realpath() on an empty string for portdbapi... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Also avoid sandbox violations in PreservedLibsRegistry... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Handle potential errors in PreservedLibsRegistry.store... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | Split out a write_contents() function and a vardbapi... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Zac Medico | add a call to pruneNonExisting() at the end of dbapi... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Bug #230249 - Disable the "ebuild.notadded" check when... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Bug #230245 - Use os.path.basename() on paths returned... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Bug #230245 - Pass the correct directory when calling... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Add "(no inline comments)" to qualify "comments begin... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Clear the self._task_queue to avoid duplicate parallel... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Reimplement parallel-fetch by spawning the `ebuild... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Avoid python-2.6 deprecation warnings for md5 and sha... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | Rename the MergeTask class to Scheduler. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Zac Medico | * Tweak conditionals in doebuild() to fix emerge -... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Centralize select.poll() event handling in MergeTask... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Add EMERGE_FROM to the blacklisted vars in the config... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | * Add "fd_pipes" and "returnpid" parameters to doebuil... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | In EbuildBuild.execute(), call doebuild() separately... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Split out a _check_build_log() function from spawnebuild(). |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Split out a _post_src_install_uid_fix() function from... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Split out a _spawn_misc_sh() function from spawnebuild(). |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Handle invalid atoms inside depgraph._add_pkg_deps... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Move clean code, from the previous commit, from doebuil... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Zac Medico | Instead of calling the ebuild "clean" phase in MergeTas... |
commit | commitdiff | tree | snapshot |
next |