2008-07-17 |
Zac Medico | Also, reset "merges" in JobStatusDisplay.reset(). |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Initialize JobStatusDisplay.merges since it's not initi... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Also, don't count "merges" as changes in the status... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Since it's not very interesting, disable the "merges... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Fix identation (tabnanny complains about this) branches... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Reformat the status display. Here's an example: |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Don't show "Merging" and "merged." messages when in... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Make Binpkg send "Extracting" messages to the log file... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Update the status display in _build_exit(), after decre... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Make BinpkgVerifier redirect output to the fetch log... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Don't show a blank newline before ">>> Emerging" when... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Handle the case in dblink.unmerge() when the log file... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Tweak interaction between Scheduler and status display... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | * Add a new portage.util.writemsg_level() function... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Don't increment the "complete" count for uninstall... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Add a JobStatusDisplay class to encapsulate the status... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | In SequentialTaskQueue.clear(), remove the exit listene... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Add the new --anon option to the getopt args. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | When SpawnProcess._start() spawns a process in the... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Eliminate duplicate code by making EbuildProcess inheri... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Add --anon to the usage message. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Add --anon option for anonsvn.gentoo.org users. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Remove TODO since it no longer exists. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Avoid raising an IndexError from deprecated_profile_che... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Pass background=True into prefetcher constructors. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Add a progress counter showing "x of y complete" to |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | * Add xterm titles support to Scheduler._display_status(). |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Add async support for calling functions in misc-functio... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Remove the config._filter_calling_env attribute since... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Show LDFLAGS in emerge --info <pkg> output. Thanks... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Pass the whole dblink instance into Scheduler._dblink_d... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Redirect dblink.merge() output to the log file when... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Make dblink._display_merge() detect scheduler presence... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Adapt the dblink merge display callback to use log... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | Redirect dblink.unmerge() output to the log file when... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Zac Medico | When --jobs > 1, display a status message each time... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Add some cross references between emerge's new parallel... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Make EbuildFetcher copy FETCHCOMMAND and RESUMECOMMAND... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | In Scheduler._restart_if_necessary(), use list.remove... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Since lots of packages will have to be fixed before... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | When packages fail with --jobs > 1 and the "echo" elog... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | When there is more than one failure, show a summary... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | * Fix --keep-going breakage that occured when Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Make AsynchronousTask "registered" attributes private... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Use self.registered to return early from SubProcess... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Add a PollScheduler._next_poll_event() method to mainta... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Zac Medico | Split out a _main_loop_cleanup() method from Scheduler... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Zac Medico | Split out a generic SubProcess._unregister() method... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Zac Medico | Unregister from poll() objects before closing file... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Zac Medico | Call prepare_build_dirs() prior to pkg_preinst so that... |
commit | commitdiff | tree | snapshot |
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 |
next |