| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #199788 - Make repoman parse GLEP 56 USE flag descriptions from | Zac Medico | 2008-07-18 | 2 | -0/+48 |
* | Fix typo. | Zac Medico | 2008-07-18 | 1 | -1/+1 |
* | Suppress counter initialization warning messages in | Zac Medico | 2008-07-18 | 1 | -4/+7 |
* | Add background output redirection and async ebuild phase support for | Zac Medico | 2008-07-18 | 2 | -41/+70 |
* | Change package status messages to give more accurate information about what | Zac Medico | 2008-07-18 | 1 | -18/+34 |
* | In dblink._dblink_display_merge(), when in background mode and no log is | Zac Medico | 2008-07-18 | 1 | -2/+3 |
* | Use dblink._eerror() to eliminate duplicate code. | Zac Medico | 2008-07-18 | 1 | -14/+2 |
* | If an problem is detected in dblink._security_check(), log it via elog so | Zac Medico | 2008-07-18 | 1 | -10/+21 |
* | Redirect dblink elog messages from stdout to the log file when in background | Zac Medico | 2008-07-17 | 3 | -13/+48 |
* | When dblink is looping over files for merge/unmerge, temporarily yield to the | Zac Medico | 2008-07-17 | 2 | -11/+76 |
* | Also, reset "merges" in JobStatusDisplay.reset(). | Zac Medico | 2008-07-17 | 1 | -0/+1 |
* | Initialize JobStatusDisplay.merges since it's not initialized with the bound | Zac Medico | 2008-07-17 | 1 | -0/+1 |
* | Also, don't count "merges" as changes in the status display. | Zac Medico | 2008-07-17 | 1 | -1/+1 |
* | Since it's not very interesting, disable the "merges" part of status display. | Zac Medico | 2008-07-17 | 1 | -1/+2 |
* | Fix identation (tabnanny complains about this) branches/prefix r11110 | Zac Medico | 2008-07-17 | 1 | -1/+1 |
* | Reformat the status display. Here's an example: | Zac Medico | 2008-07-17 | 1 | -27/+52 |
* | Don't show "Merging" and "merged." messages when in background mode. | Zac Medico | 2008-07-17 | 1 | -2/+4 |
* | Make Binpkg send "Extracting" messages to the log file when in background | Zac Medico | 2008-07-17 | 1 | -3/+16 |
* | Update the status display in _build_exit(), after decrementing the job count. | Zac Medico | 2008-07-17 | 1 | -0/+1 |
* | Make BinpkgVerifier redirect output to the fetch log when in background mode. | Zac Medico | 2008-07-17 | 1 | -20/+41 |
* | Don't show a blank newline before ">>> Emerging" when in background mode. | Zac Medico | 2008-07-17 | 1 | -1/+4 |
* | Handle the case in dblink.unmerge() when the log file is a temp file and so | Zac Medico | 2008-07-17 | 1 | -1/+6 |
* | Tweak interaction between Scheduler and status display so that it doesn't | Zac Medico | 2008-07-17 | 1 | -5/+6 |
* | * Add a new portage.util.writemsg_level() function which uses a "level" | Zac Medico | 2008-07-17 | 4 | -35/+59 |
* | Don't increment the "complete" count for uninstall tasks. | Zac Medico | 2008-07-17 | 1 | -1/+2 |
* | Add a JobStatusDisplay class to encapsulate the status display. This object | Zac Medico | 2008-07-17 | 1 | -45/+100 |
* | In SequentialTaskQueue.clear(), remove the exit listener from each task before | Zac Medico | 2008-07-17 | 1 | -0/+1 |
* | Add the new --anon option to the getopt args. | Zac Medico | 2008-07-17 | 1 | -1/+1 |
* | When SpawnProcess._start() spawns a process in the background, use /dev/null | Zac Medico | 2008-07-17 | 1 | -2/+14 |
* | Eliminate duplicate code by making EbuildProcess inherit from SpawnProcess | Zac Medico | 2008-07-17 | 2 | -134/+33 |
* | Add --anon to the usage message. | Zac Medico | 2008-07-16 | 1 | -1/+1 |
* | Add --anon option for anonsvn.gentoo.org users. | Zac Medico | 2008-07-16 | 1 | -0/+5 |
* | Remove TODO since it no longer exists. | Zac Medico | 2008-07-16 | 1 | -1/+2 |
* | Avoid raising an IndexError from deprecated_profile_check() if the deprecated | Zac Medico | 2008-07-16 | 1 | -1/+5 |
* | Pass background=True into prefetcher constructors. | Zac Medico | 2008-07-16 | 1 | -5/+6 |
* | Add a progress counter showing "x of y complete" to | Zac Medico | 2008-07-16 | 1 | -8/+24 |
* | * Add xterm titles support to Scheduler._display_status(). | Zac Medico | 2008-07-16 | 1 | -9/+19 |
* | Add async support for calling functions in misc-functions.sh: | Zac Medico | 2008-07-16 | 2 | -54/+121 |
* | Remove the config._filter_calling_env attribute since it's not really needed. | Zac Medico | 2008-07-16 | 1 | -14/+13 |
* | Show LDFLAGS in emerge --info <pkg> output. Thanks to dirtyepic for this | Zac Medico | 2008-07-16 | 1 | -1/+1 |
* | Pass the whole dblink instance into Scheduler._dblink_display_merge() in case | Zac Medico | 2008-07-16 | 2 | -4/+3 |
* | Redirect dblink.merge() output to the log file when --jobs > 1. | Zac Medico | 2008-07-16 | 1 | -26/+38 |
* | Make dblink._display_merge() detect scheduler presence internally. | Zac Medico | 2008-07-16 | 1 | -6/+6 |
* | Adapt the dblink merge display callback to use log levels from the logging | Zac Medico | 2008-07-16 | 2 | -10/+28 |
* | Redirect dblink.unmerge() output to the log file when --jobs > 1. | Zac Medico | 2008-07-16 | 2 | -3/+22 |
* | When --jobs > 1, display a status message each time that | Zac Medico | 2008-07-16 | 1 | -3/+32 |
* | Add some cross references between emerge's new parallel build options and | Zac Medico | 2008-07-15 | 3 | -3/+16 |
* | Make EbuildFetcher copy FETCHCOMMAND and RESUMECOMMAND to the fetch | Zac Medico | 2008-07-15 | 1 | -0/+6 |
* | In Scheduler._restart_if_necessary(), use list.remove() instead of assuming | Zac Medico | 2008-07-15 | 1 | -1/+1 |
* | Since lots of packages will have to be fixed before stable portage can abort | Zac Medico | 2008-07-15 | 1 | -9/+29 |