From: Zac Medico Date: Wed, 19 Nov 2008 06:54:55 +0000 (-0000) Subject: Remove --fetchonly --resume time.sleep() call which is an artifact from the X-Git-Tag: v2.1.6_rc1~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=941b9817620476c50696238c54a95c020759029f;p=portage.git Remove --fetchonly --resume time.sleep() call which is an artifact from the previous parallel-fetch implementation. (trunk r12001) svn path=/main/branches/2.1.6/; revision=12002 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 64ebb9359..cf4569f54 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -12900,11 +12900,6 @@ def action_build(settings, trees, mtimedb, if ("--resume" in myopts): favorites=mtimedb["resume"]["favorites"] - if "PORTAGE_PARALLEL_FETCHONLY" in settings: - """ parallel-fetch uses --resume --fetchonly and we don't want - it to write the mtimedb""" - mtimedb.filename = None - time.sleep(3) # allow the parent to have first fetch mymergelist = mydepgraph.altlist() mydepgraph.break_refs(mymergelist) mergetask = Scheduler(settings, trees, mtimedb, myopts,