From 941b9817620476c50696238c54a95c020759029f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 19 Nov 2008 06:54:55 +0000 Subject: 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 --- pym/_emerge/__init__.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pym') 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, -- cgit v1.2.3-1-g7c22