portage.git
2008-07-23 Zac MedicoFix typo, found by pyflakes.
2008-07-23 Zac MedicoAvoid "0 files checked ..." messages reported by Pesa.
2008-07-23 Zac MedicoFix --depclean/--prune regressions reported by selkin:
2008-07-23 Zac MedicoAdd sandbox write access to PORTAGE_PYM_PATH before...
2008-07-23 Zac MedicoAdd GENTOO_MIRRORS to the variables exported by EbuildF... v2.2_rc2
2008-07-23 Zac MedicoMake --fetchonly disable background mode.
2008-07-22 Zac MedicoHandle UnsatisfiedResumeDep in Scheduler._calc_resume_l...
2008-07-22 Zac MedicoUpdate --depclean and --prune, removing warnings about...
2008-07-22 Zac MedicoIn dblink.unmerge(), redirect preserve-libs "!needed...
2008-07-22 Zac MedicoFix resume_depgraph() so that it doesn't raise an Asser...
2008-07-22 Zac MedicoShow the number of failed packages in the status display.
2008-07-22 Zac MedicoRedirect build log eqawarn messages to the log file...
2008-07-22 Zac MedicoDisable "Installing" status messages when in --pretend...
2008-07-22 Zac MedicoMake --pretend disable background mode and imply -...
2008-07-22 Zac MedicoRedirect dblink._preserve_libs() messages to the log...
2008-07-22 Zac MedicoAdjust status messages for --fetchonly mode.
2008-07-22 Zac MedicoAdjust --fetchonly failure messages to work better...
2008-07-21 Zac MedicoFix --depclean/--prune to add lib providers and their...
2008-07-21 Zac MedicoAdd initial lib awareness for --depclean and --prune...
2008-07-21 Zac MedicoIn dblink.findProviders(), clone the "path" variable...
2008-07-21 Zac MedicoIn dblink._preserve_libs(), strip leading $ROOT from...
2008-07-21 Zac MedicoFix breakage in the depclean/prune unsatisfied deps...
2008-07-21 Zac MedicoFix typo.
2008-07-21 Zac MedicoFor --depclean and --prune, eliminate duplicate graph...
2008-07-21 Zac MedicoRedirect the 'Recording <pkg> in "world" favorites...
2008-07-20 Zac MedicoFix broken references to the old elog_modules namespace.
2008-07-20 Zac MedicoRedirect some more unmerge() output through writemsg_le...
2008-07-20 Zac MedicoFix Scheduler emergelog() interaction to properly disab...
2008-07-20 Zac Medico* Clean up _schedule_tasks_imp() a bit.
2008-07-20 Zac MedicoMake PollScheduler._poll() add poll events to the stack...
2008-07-19 Zac MedicoMerge tasks currently run synchronously which makes...
2008-07-19 Zac MedicoFix Scheduler._schedule_tasks_imp() so that it never...
2008-07-19 Zac MedicoCalling _schedule() from Scheduler._poll() is unsafe...
2008-07-19 Zac MedicoUse the memoized _choose_pkg() result to return earlier...
2008-07-19 Zac MedicoWhen Scheduler._choose_pkg() is unable to find a packag...
2008-07-19 Zac MedicoBug #231464 - Replace erroneous "return" statement...
2008-07-19 Zac MedicoInstead of calling _background_mode(), use the cached...
2008-07-19 Zac MedicoFix JobStatusDisplay._init_term() to supply default...
2008-07-19 Zac Medico* Call self._schedule() from inside Scheduler._poll...
2008-07-19 Zac MedicoFix typos.
2008-07-19 Zac MedicoAdd a Scheduler._background_mode() method to control...
2008-07-19 Zac MedicoDisplay "Verifying ebuild manifests" and "Starting...
2008-07-19 Zac MedicoAdd a hook in Scheduler._poll() that updates the displa...
2008-07-19 Zac MedicoMake all poll() calls pass through PollScheduler._poll().
2008-07-19 Zac MedicoWhen JobStatusDisplay.displayMessage() is called while...
2008-07-19 Zac MedicoAdd support to JobStatusDisplay() to update the current...
2008-07-19 Zac MedicoAdd a MergeListItem.statusMessage(msg) callback for...
2008-07-18 Zac MedicoBug #199788 - Make repoman parse GLEP 56 USE flag descr...
2008-07-18 Zac MedicoFix typo.
2008-07-18 Zac MedicoSuppress counter initialization warning messages in
2008-07-18 Zac MedicoAdd background output redirection and async ebuild...
2008-07-18 Zac MedicoChange package status messages to give more accurate...
2008-07-18 Zac MedicoIn dblink._dblink_display_merge(), when in background...
2008-07-18 Zac MedicoUse dblink._eerror() to eliminate duplicate code.
2008-07-18 Zac MedicoIf an problem is detected in dblink._security_check...
2008-07-17 Zac MedicoRedirect dblink elog messages from stdout to the log...
2008-07-17 Zac MedicoWhen dblink is looping over files for merge/unmerge...
2008-07-17 Zac MedicoAlso, reset "merges" in JobStatusDisplay.reset().
2008-07-17 Zac MedicoInitialize JobStatusDisplay.merges since it's not initi...
2008-07-17 Zac MedicoAlso, don't count "merges" as changes in the status...
2008-07-17 Zac MedicoSince it's not very interesting, disable the "merges...
2008-07-17 Zac MedicoFix identation (tabnanny complains about this) branches...
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...
next