| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug #228085 - In the event of a file collision, the explanation about the | Zac Medico | 2008-07-26 | 1 | -1/+14 |
* | Replace hardcoded i386 machine name in dyn_rpm() with the result of `uname -m`. | Zac Medico | 2008-07-26 | 1 | -1/+3 |
* | * For bug 227625, automatically create the /usr/src/rpm/SOURCES directory when | Zac Medico | 2008-07-26 | 1 | -1/+4 |
* | Reduce the default PORTAGE_IONICE_COMMAND priority to "idle" priority since | Zac Medico | 2008-07-26 | 2 | -2/+2 |
* | Add PORTAGE_IONICE_COMMAND setting for make.conf which is called to adjust | Zac Medico | 2008-07-25 | 1 | -0/+2 |
* | Suppress "for /" and "to /" in status messages when ROOT=/. Thanks to | Zac Medico | 2008-07-25 | 1 | -9/+15 |
* | Fix PORTAGE_BIN_PATH typo in EbuildFetcher._start(). | Zac Medico | 2008-07-25 | 1 | -1/+1 |
* | Detect an invalid cpv passed into portdbapi.findname2() and raise an | Zac Medico | 2008-07-25 | 1 | -1/+3 |
* | Cancel prefetchers if they're the only reason the main poll loop is still | Zac Medico | 2008-07-25 | 1 | -0/+7 |
* | When in background mode and there is a single failure, dump the whole build | Zac Medico | 2008-07-24 | 1 | -9/+40 |
* | * Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND fails. | Zac Medico | 2008-07-24 | 2 | -0/+3 |
* | Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge uses | Zac Medico | 2008-07-24 | 4 | -1/+38 |
* | Bug #228117 - Insert a trailing newline in the getconfig() input file as | Zac Medico | 2008-07-24 | 1 | -1/+39 |
* | Fix bug in get_repo_path() when called with multiple args.v2.2_rc3 | Zac Medico | 2008-07-23 | 1 | -1/+1 |
* | Fix typo, found by pyflakes. | Zac Medico | 2008-07-23 | 1 | -1/+1 |
* | Avoid "0 files checked ..." messages reported by Pesa. | Zac Medico | 2008-07-23 | 1 | -1/+1 |
* | Fix --depclean/--prune regressions reported by selkin: | Zac Medico | 2008-07-23 | 1 | -2/+9 |
* | Add sandbox write access to PORTAGE_PYM_PATH before importing portage in | Zac Medico | 2008-07-23 | 1 | -3/+12 |
* | Add GENTOO_MIRRORS to the variables exported by EbuildFetcher.v2.2_rc2 | Zac Medico | 2008-07-23 | 1 | -1/+1 |
* | Make --fetchonly disable background mode. | Zac Medico | 2008-07-23 | 1 | -2/+6 |
* | Handle UnsatisfiedResumeDep in Scheduler._calc_resume_list(). | Zac Medico | 2008-07-22 | 1 | -4/+44 |
* | Update --depclean and --prune, removing warnings about libraries since those | Zac Medico | 2008-07-22 | 4 | -44/+57 |
* | In dblink.unmerge(), redirect preserve-libs "!needed" messages to the log file | Zac Medico | 2008-07-22 | 1 | -1/+2 |
* | Fix resume_depgraph() so that it doesn't raise an AssertionError due to | Zac Medico | 2008-07-22 | 1 | -6/+4 |
* | Show the number of failed packages in the status display. | Zac Medico | 2008-07-22 | 1 | -11/+10 |
* | Redirect build log eqawarn messages to the log file when in background mode. | Zac Medico | 2008-07-22 | 2 | -3/+13 |
* | Disable "Installing" status messages when in --pretend or --buildpkgonly | Zac Medico | 2008-07-22 | 1 | -1/+3 |
* | Make --pretend disable background mode and imply --jobs=1. | Zac Medico | 2008-07-22 | 1 | -2/+4 |
* | Redirect dblink._preserve_libs() messages to the log when in background mode. | Zac Medico | 2008-07-22 | 1 | -2/+5 |
* | Adjust status messages for --fetchonly mode. | Zac Medico | 2008-07-22 | 1 | -3/+7 |
* | Adjust --fetchonly failure messages to work better with background mode. | Zac Medico | 2008-07-22 | 1 | -9/+22 |
* | Fix --depclean/--prune to add lib providers and their dependencies to the | Zac Medico | 2008-07-21 | 1 | -65/+120 |
* | Add initial lib awareness for --depclean and --prune. Currently it will simply | Zac Medico | 2008-07-21 | 2 | -8/+177 |
* | In dblink.findProviders(), clone the "path" variable before extending it | Zac Medico | 2008-07-21 | 1 | -0/+1 |
* | In dblink._preserve_libs(), strip leading $ROOT from contents paths so that | Zac Medico | 2008-07-21 | 1 | -2/+4 |
* | Fix breakage in the depclean/prune unsatisfied deps handling. | Zac Medico | 2008-07-21 | 1 | -7/+8 |
* | Fix typo. | Zac Medico | 2008-07-21 | 1 | -1/+1 |
* | For --depclean and --prune, eliminate duplicate graph creation code by re-using | Zac Medico | 2008-07-21 | 3 | -187/+207 |
* | Redirect the 'Recording <pkg> in "world" favorites file...' message through | Zac Medico | 2008-07-21 | 1 | -2/+2 |
* | Fix broken references to the old elog_modules namespace. | Zac Medico | 2008-07-20 | 1 | -2/+2 |
* | Redirect some more unmerge() output through writemsg_level() so that it can | Zac Medico | 2008-07-20 | 1 | -4/+6 |
* | Fix Scheduler emergelog() interaction to properly disable emergelog() | Zac Medico | 2008-07-20 | 1 | -6/+7 |
* | * Clean up _schedule_tasks_imp() a bit. | Zac Medico | 2008-07-20 | 1 | -9/+9 |
* | Make PollScheduler._poll() add poll events to the stack instead of returning | Zac Medico | 2008-07-20 | 1 | -6/+7 |
* | Merge tasks currently run synchronously which makes it necessary to disable | Zac Medico | 2008-07-19 | 1 | -1/+8 |
* | Fix Scheduler._schedule_tasks_imp() so that it never indicates that there | Zac Medico | 2008-07-19 | 1 | -2/+5 |
* | Calling _schedule() from Scheduler._poll() is unsafe since the _schedule() | Zac Medico | 2008-07-19 | 1 | -1/+1 |
* | Use the memoized _choose_pkg() result to return earlier from | Zac Medico | 2008-07-19 | 1 | -1/+2 |
* | When Scheduler._choose_pkg() is unable to find a package, memoize the result | Zac Medico | 2008-07-19 | 1 | -2/+23 |
* | Bug #231464 - Replace erroneous "return" statement in elog_process() with | Zac Medico | 2008-07-19 | 1 | -1/+1 |