Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12553 - main/trunk/pym/portage
Date: Sat, 24 Jan 2009 18:26:11
Message-Id: E1LQnCr-0000rF-Bs@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-01-24 18:26:08 +0000 (Sat, 24 Jan 2009)
3 New Revision: 12553
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Inside fetch(), only mention /var/log/emerge-fetch.log in locking messages
9 when called by emerge.
10
11
12 Modified: main/trunk/pym/portage/__init__.py
13 ===================================================================
14 --- main/trunk/pym/portage/__init__.py 2009-01-23 21:15:34 UTC (rev 12552)
15 +++ main/trunk/pym/portage/__init__.py 2009-01-24 18:26:08 UTC (rev 12553)
16 @@ -3721,7 +3721,8 @@
17
18 if distdir_writable and use_locks:
19 waiting_msg = None
20 - if not parallel_fetchonly and "parallel-fetch" in features:
21 + if not parallel_fetchonly and "parallel-fetch" in features \
22 + and "EMERGE_FROM" in mysettings:
23 waiting_msg = ("Fetching '%s' " + \
24 "in the background. " + \
25 "To view fetch progress, run `tail -f " + \