summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix identation (tabnanny complains about this) branches/prefix r11110Zac Medico2008-07-171-1/+1
* Reformat the status display. Here's an example:Zac Medico2008-07-171-27/+52
* Don't show "Merging" and "merged." messages when in background mode.Zac Medico2008-07-171-2/+4
* Make Binpkg send "Extracting" messages to the log file when in backgroundZac Medico2008-07-171-3/+16
* Update the status display in _build_exit(), after decrementing the job count.Zac Medico2008-07-171-0/+1
* Make BinpkgVerifier redirect output to the fetch log when in background mode.Zac Medico2008-07-171-20/+41
* Don't show a blank newline before ">>> Emerging" when in background mode.Zac Medico2008-07-171-1/+4
* Handle the case in dblink.unmerge() when the log file is a temp file and soZac Medico2008-07-171-1/+6
* Tweak interaction between Scheduler and status display so that it doesn'tZac Medico2008-07-171-5/+6
* * Add a new portage.util.writemsg_level() function which uses a "level"Zac Medico2008-07-174-35/+59
* Don't increment the "complete" count for uninstall tasks.Zac Medico2008-07-171-1/+2
* Add a JobStatusDisplay class to encapsulate the status display. This objectZac Medico2008-07-171-45/+100
* In SequentialTaskQueue.clear(), remove the exit listener from each task beforeZac Medico2008-07-171-0/+1
* Add the new --anon option to the getopt args.Zac Medico2008-07-171-1/+1
* When SpawnProcess._start() spawns a process in the background, use /dev/nullZac Medico2008-07-171-2/+14
* Eliminate duplicate code by making EbuildProcess inherit from SpawnProcessZac Medico2008-07-172-134/+33
* Add --anon to the usage message.Zac Medico2008-07-161-1/+1
* Add --anon option for anonsvn.gentoo.org users.Zac Medico2008-07-161-0/+5
* Remove TODO since it no longer exists.Zac Medico2008-07-161-1/+2
* Avoid raising an IndexError from deprecated_profile_check() if the deprecatedZac Medico2008-07-161-1/+5
* Pass background=True into prefetcher constructors.Zac Medico2008-07-161-5/+6
* Add a progress counter showing "x of y complete" toZac Medico2008-07-161-8/+24
* * Add xterm titles support to Scheduler._display_status().Zac Medico2008-07-161-9/+19
* Add async support for calling functions in misc-functions.sh:Zac Medico2008-07-162-54/+121
* Remove the config._filter_calling_env attribute since it's not really needed.Zac Medico2008-07-161-14/+13
* Show LDFLAGS in emerge --info <pkg> output. Thanks to dirtyepic for thisZac Medico2008-07-161-1/+1
* Pass the whole dblink instance into Scheduler._dblink_display_merge() in caseZac Medico2008-07-162-4/+3
* Redirect dblink.merge() output to the log file when --jobs > 1.Zac Medico2008-07-161-26/+38
* Make dblink._display_merge() detect scheduler presence internally.Zac Medico2008-07-161-6/+6
* Adapt the dblink merge display callback to use log levels from the loggingZac Medico2008-07-162-10/+28
* Redirect dblink.unmerge() output to the log file when --jobs > 1.Zac Medico2008-07-162-3/+22
* When --jobs > 1, display a status message each time thatZac Medico2008-07-161-3/+32
* Add some cross references between emerge's new parallel build options andZac Medico2008-07-153-3/+16
* Make EbuildFetcher copy FETCHCOMMAND and RESUMECOMMAND to the fetchZac Medico2008-07-151-0/+6
* In Scheduler._restart_if_necessary(), use list.remove() instead of assumingZac Medico2008-07-151-1/+1
* Since lots of packages will have to be fixed before stable portage can abortZac Medico2008-07-151-9/+29
* When packages fail with --jobs > 1 and the "echo" elog module is not enabled,Zac Medico2008-07-152-3/+43
* When there is more than one failure, show a summary packages that failed toZac Medico2008-07-151-8/+31
* * Fix --keep-going breakage that occured when Scheduler._choose_pkg() wasZac Medico2008-07-151-17/+11
* Make AsynchronousTask "registered" attributes private since poll() and wait()Zac Medico2008-07-151-32/+32
* Use self.registered to return early from SubProcess.poll() when possible,Zac Medico2008-07-151-2/+2
* Add a PollScheduler._next_poll_event() method to maintain a central eventZac Medico2008-07-151-11/+25
* Split out a _main_loop_cleanup() method from Scheduler._merge() and call itZac Medico2008-07-151-6/+9
* Split out a generic SubProcess._unregister() method that's called fromZac Medico2008-07-141-44/+54
* Unregister from poll() objects before closing file in order to hopefullyZac Medico2008-07-141-17/+24
* Call prepare_build_dirs() prior to pkg_preinst so that logging worksZac Medico2008-07-141-0/+2
* * Fix doebuild so "returnpid" works for preinst and postinst.Zac Medico2008-07-143-42/+135
* Add async execution support for pkg_preinst and pkg_postinst. This allows theZac Medico2008-07-143-21/+97
* Remove redundant failed_packages check from Scheduler._main_loop() sinceZac Medico2008-07-131-2/+1
* Ensure that that Scheduler._main_loop() doesn't return before the mergeZac Medico2008-07-131-1/+3