From: Zac Medico Date: Wed, 11 Mar 2009 03:25:45 +0000 (-0000) Subject: Inside fetch(), only mention /var/log/emerge-fetch.log in locking messages X-Git-Tag: v2.1.6.8~238 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b7f3bf3d32fab03682705c719fb18667257cb70;p=portage.git Inside fetch(), only mention /var/log/emerge-fetch.log in locking messages when called by emerge. (trunk r12553) svn path=/main/branches/2.1.6/; revision=12839 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 27ba5efbd..ea035a987 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3711,7 +3711,8 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", if distdir_writable and use_locks: waiting_msg = None - if not parallel_fetchonly and "parallel-fetch" in features: + if not parallel_fetchonly and "parallel-fetch" in features \ + and "EMERGE_FROM" in mysettings: waiting_msg = ("Fetching '%s' " + \ "in the background. " + \ "To view fetch progress, run `tail -f " + \