Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12001 - main/trunk/pym/_emerge
Date: Wed, 19 Nov 2008 06:54:25
Message-Id: E1L2gxC-0005RG-8M@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-19 06:54:21 +0000 (Wed, 19 Nov 2008)
3 New Revision: 12001
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Remove --fetchonly --resume time.sleep() call which is an artifact from the
9 previous parallel-fetch implementation.
10
11
12 Modified: main/trunk/pym/_emerge/__init__.py
13 ===================================================================
14 --- main/trunk/pym/_emerge/__init__.py 2008-11-19 06:48:36 UTC (rev 12000)
15 +++ main/trunk/pym/_emerge/__init__.py 2008-11-19 06:54:21 UTC (rev 12001)
16 @@ -13248,11 +13248,6 @@
17
18 if ("--resume" in myopts):
19 favorites=mtimedb["resume"]["favorites"]
20 - if "PORTAGE_PARALLEL_FETCHONLY" in settings:
21 - """ parallel-fetch uses --resume --fetchonly and we don't want
22 - it to write the mtimedb"""
23 - mtimedb.filename = None
24 - time.sleep(3) # allow the parent to have first fetch
25 mymergelist = mydepgraph.altlist()
26 mydepgraph.break_refs(mymergelist)
27 mergetask = Scheduler(settings, trees, mtimedb, myopts,