portage.git
2008-07-17 Zac MedicoReformat the status display. Here's an example:
2008-07-17 Zac MedicoDon't show "Merging" and "merged." messages when in...
2008-07-17 Zac MedicoMake Binpkg send "Extracting" messages to the log file...
2008-07-17 Zac MedicoUpdate the status display in _build_exit(), after decre...
2008-07-17 Zac MedicoMake BinpkgVerifier redirect output to the fetch log...
2008-07-17 Zac MedicoDon't show a blank newline before ">>> Emerging" when...
2008-07-17 Zac MedicoHandle the case in dblink.unmerge() when the log file...
2008-07-17 Zac MedicoTweak interaction between Scheduler and status display...
2008-07-17 Zac Medico* Add a new portage.util.writemsg_level() function...
2008-07-17 Zac MedicoDon't increment the "complete" count for uninstall...
2008-07-17 Zac MedicoAdd a JobStatusDisplay class to encapsulate the status...
2008-07-17 Zac MedicoIn SequentialTaskQueue.clear(), remove the exit listene...
2008-07-17 Zac MedicoAdd the new --anon option to the getopt args.
2008-07-17 Zac MedicoWhen SpawnProcess._start() spawns a process in the...
2008-07-17 Zac MedicoEliminate duplicate code by making EbuildProcess inheri...
2008-07-16 Zac MedicoAdd --anon to the usage message.
2008-07-16 Zac MedicoAdd --anon option for anonsvn.gentoo.org users.
2008-07-16 Zac MedicoRemove TODO since it no longer exists.
2008-07-16 Zac MedicoAvoid raising an IndexError from deprecated_profile_che...
2008-07-16 Zac MedicoPass background=True into prefetcher constructors.
2008-07-16 Zac MedicoAdd a progress counter showing "x of y complete" to
2008-07-16 Zac Medico* Add xterm titles support to Scheduler._display_status().
2008-07-16 Zac MedicoAdd async support for calling functions in misc-functio...
2008-07-16 Zac MedicoRemove the config._filter_calling_env attribute since...
2008-07-16 Zac MedicoShow LDFLAGS in emerge --info <pkg> output. Thanks...
2008-07-16 Zac MedicoPass the whole dblink instance into Scheduler._dblink_d...
2008-07-16 Zac MedicoRedirect dblink.merge() output to the log file when...
2008-07-16 Zac MedicoMake dblink._display_merge() detect scheduler presence...
2008-07-16 Zac MedicoAdapt the dblink merge display callback to use log...
2008-07-16 Zac MedicoRedirect dblink.unmerge() output to the log file when...
2008-07-16 Zac MedicoWhen --jobs > 1, display a status message each time...
2008-07-15 Zac MedicoAdd some cross references between emerge's new parallel...
2008-07-15 Zac MedicoMake EbuildFetcher copy FETCHCOMMAND and RESUMECOMMAND...
2008-07-15 Zac MedicoIn Scheduler._restart_if_necessary(), use list.remove...
2008-07-15 Zac MedicoSince lots of packages will have to be fixed before...
2008-07-15 Zac MedicoWhen packages fail with --jobs > 1 and the "echo" elog...
2008-07-15 Zac MedicoWhen there is more than one failure, show a summary...
2008-07-15 Zac Medico* Fix --keep-going breakage that occured when Scheduler...
2008-07-15 Zac MedicoMake AsynchronousTask "registered" attributes private...
2008-07-15 Zac MedicoUse self.registered to return early from SubProcess...
2008-07-15 Zac MedicoAdd a PollScheduler._next_poll_event() method to mainta...
2008-07-15 Zac MedicoSplit out a _main_loop_cleanup() method from Scheduler...
2008-07-14 Zac MedicoSplit out a generic SubProcess._unregister() method...
2008-07-14 Zac MedicoUnregister from poll() objects before closing file...
2008-07-14 Zac MedicoCall prepare_build_dirs() prior to pkg_preinst so that...
2008-07-14 Zac Medico* Fix doebuild so "returnpid" works for preinst and...
2008-07-14 Zac MedicoAdd async execution support for pkg_preinst and pkg_pos...
2008-07-13 Zac MedicoRemove redundant failed_packages check from Scheduler...
2008-07-13 Zac MedicoEnsure that that Scheduler._main_loop() doesn't return...
2008-07-13 Zac MedicoRemove all traces of the "poll" parameter for the PollS...
2008-07-13 Zac Medico* Since can_poll_pty() is unsafe due to he possibility...
2008-07-13 Zac MedicoIn can_poll_tty(), direct bash's stderr into the pty...
2008-07-13 Zac MedicoChanges to pym/_emerge/__init__.py from the previous...
2008-07-13 Zac MedicoFix broken binpkg path comparison in in binarytree...
2008-07-13 Zac MedicoIn order to avoid having BlockerDB instantiate a new...
2008-07-13 Zac MedicoFix Scheduler._schedule_tasks() so that it never schedu...
2008-07-13 Zac MedicoDecrement the job count prior to merging a given packag...
2008-07-12 Zac Medico* Wrap calls to PollScheduler._schedule_tasks() with...
2008-07-12 Zac MedicoRename PollScheduler._schedule() to _schedule_wait().
2008-07-12 Zac MedicoRemember to close file descriptors before returning...
2008-07-12 Zac MedicoAdd missing self.wait() calls when tasks return unsucce...
2008-07-12 Zac MedicoSet self._mergelist inside Scheduler._calc_resume_list...
2008-07-12 Zac MedicoImplement a runtime test that checks whether it's possi...
2008-07-12 Zac MedicoSplit out a portage._create_pty_or_pipe() function...
2008-07-12 Zac MedicoDerive a PtyReaderTestCase from PipeReaderTestCase...
2008-07-12 Zac MedicoCreate a test case for the poll loop which uses the...
2008-07-12 Zac Medico* Add a digraph.get() method, analogous to dict.get...
2008-07-12 Zac MedicoFor subclasses of Task, explicitly assign __hash__...
2008-07-11 Zac MedicoFix SpawnProcess.start() to return early and notify...
2008-07-11 Zac MedicoFix a few typos found with pyflakes. Thanks to Cardoe...
2008-07-11 Zac MedicoCopy INHERITED/_eclasses_ handling from portdbapi._meta...
2008-07-11 Zac MedicoCall settings.reset() in EbuildMetadataPhase.start...
2008-07-11 Zac MedicoDocument the new --jobs and --load-average options...
2008-07-11 Zac MedicoRefactor and simplify the main task scheduling and...
2008-07-10 Zac MedicoAdd support for parallel --regen, using the existing...
2008-07-10 Zac MedicoWhen a package replaces another one, add the correspond...
2008-07-10 Zac MedicoBug #231382 - If the open() call in getconfig() raises...
2008-07-10 Zac MedicoMake digestcheck() skip the "checking ebuild checksums...
2008-07-10 Zac Medico* Fix AsynchronousTask._wait_hook() to prevent potentia...
2008-07-10 Zac Medico* Handle errno.ECHILD and errno.ESRCH from waitpid...
2008-07-10 Zac MedicoFix Scheduler._is_restart_necessary() to return False...
2008-07-09 Zac MedicoLike in Binpkg, cancel or wait for the prefetcher in...
2008-07-09 Zac MedicoBug #231358 - Fix 'NameError: global name 'p' is not...
2008-07-09 Zac MedicoFor parallel-fetch prefetchers, pass fetchonly=1 into...
2008-07-09 Zac MedicoUse the EbuildFetcher class to implement async fetch...
2008-07-09 Zac Medico * Unify the scheduler's "build" and "extract" queues...
2008-07-09 Zac MedicoFix SubProcess._poll to handle a missing pid gracefully.
2008-07-09 Zac MedicoFix Scheduler._choose_pkg() to perform uninstallation...
2008-07-09 Zac MedicoFix _prune_digraph() to correctly distinguish "nomerge...
2008-07-08 Zac Medico* Fix _choose_pkg() to pop the first node if there...
2008-07-08 Zac MedicoMake the "tight loop" assertion trigger whenever there...
2008-07-08 Zac MedicoIn scheduler._schedule_main(), only consider a poll...
2008-07-08 Zac MedicoFix Scheduler._dependent_on_scheduled_merges() to prope...
2008-07-08 Zac MedicoRemove redundant call to _schedule_main().
2008-07-08 Zac Medico* Call self._wait() when unregistering output handlers...
2008-07-08 Zac MedicoDerive PackageMerge from AsynchronousTask instead of...
2008-07-08 Zac MedicoRaise an AssertionError in CompositeTask._wait() if...
2008-07-08 Zac MedicoFix infinite loop in CompositeTask._wait().
2008-07-08 Zac MedicoFix ValueError triggered when Scheduler._choose_pkg...
2008-07-08 Zac MedicoUse a normal list instead of a deque for Scheduler...
next