projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3999a10
)
Break references between the depgraph and the dropped tasks inside
author
Zac Medico
<zmedico@gentoo.org>
Wed, 3 Dec 2008 20:46:05 +0000
(20:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 3 Dec 2008 20:46:05 +0000
(20:46 -0000)
Scheduler._calc_resume_list(), since the tasks are now saved for
display at the end.
svn path=/main/trunk/; revision=12146
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 1daa91d6081a45b5fe2a7d20e6ab426430e35fbe..d138d440b22398274198223a1537163ce65fba16 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-10446,6
+10446,7
@@
class Scheduler(PollScheduler):
mylist = mydepgraph.altlist()
mydepgraph.break_refs(mylist)
+ mydepgraph.break_refs(dropped_tasks)
self._mergelist = mylist
self._set_digraph(mydepgraph.schedulerGraph())