From: Zac Medico Date: Wed, 19 Nov 2008 06:54:21 +0000 (-0000) Subject: Remove --fetchonly --resume time.sleep() call which is an artifact from the X-Git-Tag: v2.2_rc15~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8212403cd48011d36e769f30e23281e75b301823;p=portage.git Remove --fetchonly --resume time.sleep() call which is an artifact from the previous parallel-fetch implementation. svn path=/main/trunk/; revision=12001 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index dcd02f2b1..f44d6eb67 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -13248,11 +13248,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,