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