Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12002 - main/branches/2.1.6/pym/_emerge
Date: Wed, 19 Nov 2008 06:54:58
Message-Id: E1L2gxl-0005Sb-1W@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-19 06:54:55 +0000 (Wed, 19 Nov 2008)
3 New Revision: 12002
4
5 Modified:
6 main/branches/2.1.6/pym/_emerge/__init__.py
7 Log:
8 Remove --fetchonly --resume time.sleep() call which is an artifact from the
9 previous parallel-fetch implementation. (trunk r12001)
10
11
12 Modified: main/branches/2.1.6/pym/_emerge/__init__.py
13 ===================================================================
14 --- main/branches/2.1.6/pym/_emerge/__init__.py 2008-11-19 06:54:21 UTC (rev 12001)
15 +++ main/branches/2.1.6/pym/_emerge/__init__.py 2008-11-19 06:54:55 UTC (rev 12002)
16 @@ -12900,11 +12900,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,