projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c2222
)
Add --nodeps to the parallel-fetch --resume options since recalculation of
author
Zac Medico
<zmedico@gentoo.org>
Sat, 3 May 2008 02:17:23 +0000
(
02:17
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 3 May 2008 02:17:23 +0000
(
02:17
-0000)
deps is a a waste here.
svn path=/main/trunk/; revision=10116
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 61c4aed7d7cefbdc34b4c7e653fc1cbf113070e1..73fd3a2f813f15141fd704e30a51f4e315f26b2f 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-5222,7
+5222,8
@@
class MergeTask(object):
fetch_env["FEATURES"] = fetch_env.get("FEATURES", "") + " -cvs"
fetch_env["PORTAGE_NICENESS"] = "0"
fetch_env["PORTAGE_PARALLEL_FETCHONLY"] = "1"
- fetch_args = [sys.argv[0], "--resume", "--fetchonly"]
+ fetch_args = [sys.argv[0], "--resume",
+ "--fetchonly", "--nodeps"]
resume_opts = self.myopts.copy()
# For automatic resume, we need to prevent
# any of bad_resume_opts from leaking in