From: Zac Medico Date: Wed, 20 Sep 2006 03:47:18 +0000 (-0000) Subject: As suggested by vapier, send emerge -fp output to stdout and make it work together... X-Git-Tag: v2.1.1-r1~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f56cea7f9fc79c3babc1976f4f19acd7132f1784;p=portage.git As suggested by vapier, send emerge -fp output to stdout and make it work together with --quiet. svn path=/main/trunk/; revision=4485 --- diff --git a/pym/portage.py b/pym/portage.py index c7d48205d..104f1a279 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -2114,7 +2114,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", fetched=0 file_lock = None if listonly: - writemsg("\n") + writemsg_stdout("\n", noiselevel=-1) else: if use_locks and can_fetch: if locks_in_subdir: @@ -2185,7 +2185,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", for loc in filedict[myfile]: if listonly: - writemsg(loc+" ") + writemsg_stdout(loc+" ", noiselevel=-1) continue # allow different fetchcommands per protocol protocol = loc[0:loc.find("://")] @@ -2342,7 +2342,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks", portage_locks.unlockfile(file_lock) if listonly: - writemsg("\n") + writemsg_stdout("\n", noiselevel=-1) if fetched != 2: if restrict_fetch: print "\n!!!", mysettings["CATEGORY"] + "/" + \