summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo.Zac Medico2008-07-211-1/+1
* For --depclean and --prune, eliminate duplicate graph creation code by re-usingZac Medico2008-07-211-187/+200
* Redirect the 'Recording <pkg> in "world" favorites file...' message throughZac Medico2008-07-211-2/+2
* Redirect some more unmerge() output through writemsg_level() so that it canZac Medico2008-07-201-4/+6
* Fix Scheduler emergelog() interaction to properly disable emergelog()Zac Medico2008-07-201-6/+7
* * Clean up _schedule_tasks_imp() a bit.Zac Medico2008-07-201-9/+9
* Make PollScheduler._poll() add poll events to the stack instead of returningZac Medico2008-07-201-6/+7
* Merge tasks currently run synchronously which makes it necessary to disableZac Medico2008-07-191-1/+8
* Fix Scheduler._schedule_tasks_imp() so that it never indicates that thereZac Medico2008-07-191-2/+5
* Calling _schedule() from Scheduler._poll() is unsafe since the _schedule()Zac Medico2008-07-191-1/+1
* Use the memoized _choose_pkg() result to return earlier fromZac Medico2008-07-191-1/+2
* When Scheduler._choose_pkg() is unable to find a package, memoize the resultZac Medico2008-07-191-2/+23
* Instead of calling _background_mode(), use the cached result.Zac Medico2008-07-191-4/+4
* Fix JobStatusDisplay._init_term() to supply default codes in cases whenZac Medico2008-07-191-6/+10
* * Call self._schedule() from inside Scheduler._poll(). This ensures thatZac Medico2008-07-191-10/+20
* Fix typos.Zac Medico2008-07-191-2/+2
* Add a Scheduler._background_mode() method to control background mode, andZac Medico2008-07-191-6/+9
* Display "Verifying ebuild manifests" and "Starting parallel fetch" viaZac Medico2008-07-191-2/+2
* Add a hook in Scheduler._poll() that updates the display once every 2 secondsZac Medico2008-07-191-4/+24
* Make all poll() calls pass through PollScheduler._poll().Zac Medico2008-07-191-5/+11
* When JobStatusDisplay.displayMessage() is called while the status is currentlyZac Medico2008-07-191-0/+6
* Add support to JobStatusDisplay() to update the current line on the terminal,Zac Medico2008-07-191-5/+91
* Add a MergeListItem.statusMessage(msg) callback for displaying messages likeZac Medico2008-07-191-21/+25
* Add background output redirection and async ebuild phase support forZac Medico2008-07-181-38/+66
* Change package status messages to give more accurate information about whatZac Medico2008-07-181-18/+34
* In dblink._dblink_display_merge(), when in background mode and no log isZac Medico2008-07-181-2/+3
* Redirect dblink elog messages from stdout to the log file when in backgroundZac Medico2008-07-171-2/+22
* When dblink is looping over files for merge/unmerge, temporarily yield to theZac Medico2008-07-171-5/+43
* Also, reset "merges" in JobStatusDisplay.reset().Zac Medico2008-07-171-0/+1
* Initialize JobStatusDisplay.merges since it's not initialized with the boundZac Medico2008-07-171-0/+1
* Also, don't count "merges" as changes in the status display.Zac Medico2008-07-171-1/+1
* Since it's not very interesting, disable the "merges" part of status display.Zac Medico2008-07-171-1/+2
* 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
* 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-171-10/+5
* 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
* 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-171-128/+27
* 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-161-47/+98
* Show LDFLAGS in emerge --info <pkg> output. Thanks to dirtyepic for thisZac Medico2008-07-161-1/+1