2008-07-23 |
Zac Medico | Fix typo, found by pyflakes. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Zac Medico | Avoid "0 files checked ..." messages reported by Pesa. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Zac Medico | Fix --depclean/--prune regressions reported by selkin: |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Zac Medico | Add sandbox write access to PORTAGE_PYM_PATH before... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Zac Medico | Add GENTOO_MIRRORS to the variables exported by EbuildF... v2.2_rc2 |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Zac Medico | Make --fetchonly disable background mode. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Handle UnsatisfiedResumeDep in Scheduler._calc_resume_l... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Update --depclean and --prune, removing warnings about... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | In dblink.unmerge(), redirect preserve-libs "!needed... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Fix resume_depgraph() so that it doesn't raise an Asser... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Show the number of failed packages in the status display. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Redirect build log eqawarn messages to the log file... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Disable "Installing" status messages when in --pretend... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Make --pretend disable background mode and imply -... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Redirect dblink._preserve_libs() messages to the log... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Adjust status messages for --fetchonly mode. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Zac Medico | Adjust --fetchonly failure messages to work better... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | Fix --depclean/--prune to add lib providers and their... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | Add initial lib awareness for --depclean and --prune... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | In dblink.findProviders(), clone the "path" variable... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | In dblink._preserve_libs(), strip leading $ROOT from... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | Fix breakage in the depclean/prune unsatisfied deps... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | For --depclean and --prune, eliminate duplicate graph... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Zac Medico | Redirect the 'Recording <pkg> in "world" favorites... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Zac Medico | Fix broken references to the old elog_modules namespace. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Zac Medico | Redirect some more unmerge() output through writemsg_le... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Zac Medico | Fix Scheduler emergelog() interaction to properly disab... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Zac Medico | * Clean up _schedule_tasks_imp() a bit. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Zac Medico | Make PollScheduler._poll() add poll events to the stack... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Merge tasks currently run synchronously which makes... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Fix Scheduler._schedule_tasks_imp() so that it never... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Calling _schedule() from Scheduler._poll() is unsafe... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Use the memoized _choose_pkg() result to return earlier... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | When Scheduler._choose_pkg() is unable to find a packag... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Bug #231464 - Replace erroneous "return" statement... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Instead of calling _background_mode(), use the cached... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Fix JobStatusDisplay._init_term() to supply default... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | * Call self._schedule() from inside Scheduler._poll... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Add a Scheduler._background_mode() method to control... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Display "Verifying ebuild manifests" and "Starting... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Add a hook in Scheduler._poll() that updates the displa... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Make all poll() calls pass through PollScheduler._poll(). |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | When JobStatusDisplay.displayMessage() is called while... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Add support to JobStatusDisplay() to update the current... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Zac Medico | Add a MergeListItem.statusMessage(msg) callback for... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | Bug #199788 - Make repoman parse GLEP 56 USE flag descr... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | Suppress counter initialization warning messages in |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | Add background output redirection and async ebuild... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | Change package status messages to give more accurate... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | In dblink._dblink_display_merge(), when in background... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | Use dblink._eerror() to eliminate duplicate code. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Zac Medico | If an problem is detected in dblink._security_check... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | Redirect dblink elog messages from stdout to the log... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Zac Medico | When dblink is looping over files for merge/unmerge... |
commit | commitdiff | tree | snapshot |
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 |
next |