misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
When packages fail with --jobs > 1 and the "echo" elog module is not enabled,
Zac Medico
2008-07-15
2
-3
/
+43
*
When there is more than one failure, show a summary packages that failed to
Zac Medico
2008-07-15
1
-8
/
+31
*
* Fix --keep-going breakage that occured when Scheduler._choose_pkg() was
Zac Medico
2008-07-15
1
-17
/
+11
*
Make AsynchronousTask "registered" attributes private since poll() and wait()
Zac Medico
2008-07-15
1
-32
/
+32
*
Use self.registered to return early from SubProcess.poll() when possible,
Zac Medico
2008-07-15
1
-2
/
+2
*
Add a PollScheduler._next_poll_event() method to maintain a central event
Zac Medico
2008-07-15
1
-11
/
+25
*
Split out a _main_loop_cleanup() method from Scheduler._merge() and call it
Zac Medico
2008-07-15
1
-6
/
+9
*
Split out a generic SubProcess._unregister() method that's called from
Zac Medico
2008-07-14
1
-44
/
+54
*
Unregister from poll() objects before closing file in order to hopefully
Zac Medico
2008-07-14
1
-17
/
+24
*
Call prepare_build_dirs() prior to pkg_preinst so that logging works
Zac Medico
2008-07-14
1
-0
/
+2
*
* Fix doebuild so "returnpid" works for preinst and postinst.
Zac Medico
2008-07-14
3
-42
/
+135
*
Add async execution support for pkg_preinst and pkg_postinst. This allows the
Zac Medico
2008-07-14
3
-21
/
+97
*
Remove redundant failed_packages check from Scheduler._main_loop() since
Zac Medico
2008-07-13
1
-2
/
+1
*
Ensure that that Scheduler._main_loop() doesn't return before the merge
Zac Medico
2008-07-13
1
-1
/
+3
*
Remove all traces of the "poll" parameter for the PollScheduler constructor
Zac Medico
2008-07-13
1
-8
/
+6
*
* Since can_poll_pty() is unsafe due to he possibility of the poll() call
Zac Medico
2008-07-13
2
-58
/
+27
*
In can_poll_tty(), direct bash's stderr into the pty since we don't want
Zac Medico
2008-07-13
1
-1
/
+1
*
Changes to pym/_emerge/__init__.py from the previous commit weren't meant
Zac Medico
2008-07-13
1
-21
/
+3
*
Fix broken binpkg path comparison in in binarytree.inject() so that duplicate
Zac Medico
2008-07-13
2
-4
/
+22
*
In order to avoid having BlockerDB instantiate a new FakeVartree for each
Zac Medico
2008-07-13
1
-9
/
+110
*
Fix Scheduler._schedule_tasks() so that it never schedules a task when a
Zac Medico
2008-07-13
1
-1
/
+1
*
Decrement the job count prior to merging a given package (after it's been
Zac Medico
2008-07-13
1
-9
/
+7
*
* Wrap calls to PollScheduler._schedule_tasks() with a _schedule() method
Zac Medico
2008-07-12
1
-5
/
+25
*
Rename PollScheduler._schedule() to _schedule_wait().
Zac Medico
2008-07-12
1
-4
/
+4
*
Remember to close file descriptors before returning early from can_poll_pty().
Zac Medico
2008-07-12
1
-0
/
+2
*
Add missing self.wait() calls when tasks return unsuccessfully.
Zac Medico
2008-07-12
1
-2
/
+8
*
Set self._mergelist inside Scheduler._calc_resume_list() since it needs to
Zac Medico
2008-07-12
1
-5
/
+6
[next]