2008-07-14 |
Zac Medico | * Fix doebuild so "returnpid" works for preinst and... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Zac Medico | Add async execution support for pkg_preinst and pkg_pos... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Remove redundant failed_packages check from Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Ensure that that Scheduler._main_loop() doesn't return... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Remove all traces of the "poll" parameter for the PollS... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | * Since can_poll_pty() is unsafe due to he possibility... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | In can_poll_tty(), direct bash's stderr into the pty... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Changes to pym/_emerge/__init__.py from the previous... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Fix broken binpkg path comparison in in binarytree... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | In order to avoid having BlockerDB instantiate a new... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Fix Scheduler._schedule_tasks() so that it never schedu... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Zac Medico | Decrement the job count prior to merging a given packag... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | * Wrap calls to PollScheduler._schedule_tasks() with... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Rename PollScheduler._schedule() to _schedule_wait(). |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Remember to close file descriptors before returning... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Add missing self.wait() calls when tasks return unsucce... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Set self._mergelist inside Scheduler._calc_resume_list... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Implement a runtime test that checks whether it's possi... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Split out a portage._create_pty_or_pipe() function... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Derive a PtyReaderTestCase from PipeReaderTestCase... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | Create a test case for the poll loop which uses the... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | * Add a digraph.get() method, analogous to dict.get... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Zac Medico | For subclasses of Task, explicitly assign __hash__... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Zac Medico | Fix SpawnProcess.start() to return early and notify... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Zac Medico | Fix a few typos found with pyflakes. Thanks to Cardoe... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Zac Medico | Copy INHERITED/_eclasses_ handling from portdbapi._meta... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Zac Medico | Call settings.reset() in EbuildMetadataPhase.start... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Zac Medico | Document the new --jobs and --load-average options... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Zac Medico | Refactor and simplify the main task scheduling and... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | Add support for parallel --regen, using the existing... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | When a package replaces another one, add the correspond... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | Bug #231382 - If the open() call in getconfig() raises... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | Make digestcheck() skip the "checking ebuild checksums... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | * Fix AsynchronousTask._wait_hook() to prevent potentia... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | * Handle errno.ECHILD and errno.ESRCH from waitpid... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Zac Medico | Fix Scheduler._is_restart_necessary() to return False... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Like in Binpkg, cancel or wait for the prefetcher in... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Bug #231358 - Fix 'NameError: global name 'p' is not... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | For parallel-fetch prefetchers, pass fetchonly=1 into... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Use the EbuildFetcher class to implement async fetch... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | * Unify the scheduler's "build" and "extract" queues... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Fix SubProcess._poll to handle a missing pid gracefully. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Fix Scheduler._choose_pkg() to perform uninstallation... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Zac Medico | Fix _prune_digraph() to correctly distinguish "nomerge... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | * Fix _choose_pkg() to pop the first node if there... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Make the "tight loop" assertion trigger whenever there... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | In scheduler._schedule_main(), only consider a poll... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Fix Scheduler._dependent_on_scheduled_merges() to prope... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Remove redundant call to _schedule_main(). |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | * Call self._wait() when unregistering output handlers... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Derive PackageMerge from AsynchronousTask instead of... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Raise an AssertionError in CompositeTask._wait() if... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Fix infinite loop in CompositeTask._wait(). |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Fix ValueError triggered when Scheduler._choose_pkg... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Use a normal list instead of a deque for Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Implement parallel build support by adding new --jobs... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | * Add background support to the SpawProcess class. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Add AsynchronousTask.background attribute and add suppo... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Also add "background" attributes to the EbuildBuild... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Add a MergeListItem.background attribute for putting... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Add a missing check in Scheduler._main_loop() to ensure... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Zac Medico | Use plain sequential search for the SRC_URI.mirror... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Add a Scheduler._digraph attribute for use in parallel... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Rename SubProcess.reg_id to _reg_id since it no longer... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | * Add new CompositeTask._default_final_exit() method... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Add a new "SRC_URI.mirror" check which checks to if... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Move the "registered" attribute to the SubProcess class... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Make SubProcess._wait() call scheduler.schedule(self... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Marius Mauch | remove TODO list as it's not maintained anyway |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | * Implement CompositeTask._poll(). |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Fix broken code in AsynchronousTask.poll(). |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Fix EbuildPhase._set_returncode() so that it correctly... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Zac Medico | Fix typo in Binpkg.start() which prevents --genbinpkg... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | * Implement MergeListItem._poll() and _wait(). |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add a PackageMerge class to serve as an asynchronous... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add async support to MergeListItem. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Add async support to the Binpkg class. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Make BinpkgFetcher send output directly to stdout when... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Fix parent class constructor call in the BinpkgFetcher... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Make AsynchronousTask subclasses override _wait() and... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Zac Medico | Fix --getbinpkg to inject downloaded packages into... |
commit | commitdiff | tree | snapshot |
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 |
next |