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
*
Move the "registered" attribute to the SubProcess class too.
Zac Medico
2008-07-07
1
-3
/
+3
*
Make SubProcess._wait() call scheduler.schedule(self.reg_id) so it's
Zac Medico
2008-07-07
1
-6
/
+5
*
remove TODO list as it's not maintained anyway
Marius Mauch
2008-07-07
1
-10
/
+0
*
* Implement CompositeTask._poll().
Zac Medico
2008-07-07
1
-40
/
+147
*
Fix broken code in AsynchronousTask.poll().
Zac Medico
2008-07-07
1
-2
/
+2
*
Fix EbuildPhase._set_returncode() so that it correctly updates the returncode
Zac Medico
2008-07-07
1
-3
/
+2
*
Fix typo in Binpkg.start() which prevents --genbinpkg prefetcher sync
Zac Medico
2008-07-07
1
-1
/
+1
*
* Implement MergeListItem._poll() and _wait().
Zac Medico
2008-07-06
1
-0
/
+9
*
Add a PackageMerge class to serve as an asynchronous interface to package
Zac Medico
2008-07-06
1
-1
/
+15
*
Add async support to MergeListItem.
Zac Medico
2008-07-06
1
-61
/
+72
*
Add async support to the Binpkg class.
Zac Medico
2008-07-06
1
-153
/
+189
*
Make BinpkgFetcher send output directly to stdout when appropriate,
Zac Medico
2008-07-06
1
-29
/
+66
*
Fix parent class constructor call in the BinpkgFetcher constructor.
Zac Medico
2008-07-06
1
-1
/
+1
*
Make AsynchronousTask subclasses override _wait() and _poll() so that calls
Zac Medico
2008-07-06
1
-10
/
+21
*
Fix --getbinpkg to inject downloaded packages into the local bintree.
Zac Medico
2008-07-06
1
-0
/
+1
*
* Fix broke return code handling from previous commit, in
Zac Medico
2008-07-06
1
-2
/
+6
*
Add async support to EbuildBuild, and an synchronous install() method.
Zac Medico
2008-07-06
1
-89
/
+132
*
Split out a CompositeTask._start_task() for subclasses to use as a generic
Zac Medico
2008-07-06
1
-10
/
+17
*
Add CompositeTask._final_exit() method and use it to fix breakage from the
Zac Medico
2008-07-06
1
-1
/
+16
*
Split out a reusable CompositeTask._default_exit() method that subclasses
Zac Medico
2008-07-06
1
-19
/
+20
*
Add a CompositeTask._assert_current() method that asynchronous callbacks
Zac Medico
2008-07-06
1
-2
/
+13
*
Fix typo in xterm titles total package count which causes it to show the
Zac Medico
2008-07-06
1
-1
/
+1
*
* Fix AsynchronousTask.poll() to call _wait_hook() when necessary.
Zac Medico
2008-07-05
1
-7
/
+4
*
Call _wait_hook() from poll() if the wait call occurs there.
Zac Medico
2008-07-05
1
-1
/
+3
*
Correct TaskSequence docstring to refer to the addExitListener() method.
Zac Medico
2008-07-05
1
-1
/
+1
*
Thanks to Ali Polatel <hawking@g.o> for this patch to fix broken indentation.
Zac Medico
2008-07-05
1
-2
/
+2
*
Split out common code from CompositeTask and EbuildExecuter into a new
Zac Medico
2008-07-05
1
-42
/
+29
*
Make EbuildExecuter inherit from AsynchronousTask.
Zac Medico
2008-07-05
1
-25
/
+54
*
Fix CompositeTask.cancel() so that it's safe to call when there is no
Zac Medico
2008-07-05
1
-1
/
+2
*
Add a new CompositeTask class which can be used to combine separate
Zac Medico
2008-07-05
1
-11
/
+90
*
Add async support to EbuildBinpkg by making it inherit from EbuildPhase.
Zac Medico
2008-07-05
1
-26
/
+21
*
Use the EbuildPhase class to execute the "clean" phase asynchronously.
Zac Medico
2008-07-05
2
-19
/
+40
*
Remove unused variable.
Zac Medico
2008-07-05
1
-2
/
+0
*
Rename BinpkgFetcherAsync class to BinpkgFetcher and use it to replace the
Zac Medico
2008-07-05
1
-70
/
+16
*
* Implement a new binarytree.digestCheck() method and use it to check
Zac Medico
2008-07-05
3
-36
/
+153
*
Make Binpkg inherit from EbuildBuildDir since it's going to hold
Zac Medico
2008-07-04
1
-3
/
+3
*
Make EbuildBuild inherit from EbuildBuildDir since it's going to hold
Zac Medico
2008-07-04
1
-5
/
+4
*
Convert EbuildFetcher to an asynchronous interface:
Zac Medico
2008-07-04
1
-8
/
+20
*
TODO: For parallel scheduling, everything in MergeListItem needs
Zac Medico
2008-07-04
1
-0
/
+5
*
Add a PollConstants class to serve as a layer of indirection for accessing
Zac Medico
2008-07-04
1
-6
/
+21
*
Bug #230525 - Work around ObjectProxy breakage in `portageq vdb_path`.
Zac Medico
2008-07-04
1
-2
/
+4
*
In --keep-going mode, display the new merge list when appropriate.
Zac Medico
2008-07-04
1
-1
/
+26
*
Split a _main_loop() method out of Scheduler._merge().
Zac Medico
2008-07-04
1
-24
/
+54
*
Split out a Scheduler._execute_pkg() method from _merge().
Zac Medico
2008-07-04
1
-19
/
+25
*
Rename PollSelectFallback to PollSelectAdapter.
Zac Medico
2008-07-04
1
-2
/
+2
*
* Split out a MergeListItem class from Scheduler._execute_task().
Zac Medico
2008-07-04
1
-80
/
+135
*
Fix broken references to portage.exception.
Zac Medico
2008-07-04
1
-3
/
+2
*
Create a Scheduler._task_queues attribute which has "build" and "prefetch"
Zac Medico
2008-07-04
1
-4
/
+6
*
Change the way the way things that have to call the scheduler interact
Zac Medico
2008-07-04
1
-56
/
+60
*
When logging is disabled, make the EbuildPhase create a dummy pipe to provide
Zac Medico
2008-07-04
1
-6
/
+45
[next]