public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11689 - main/trunk/pym/portage
@ 2008-10-13 20:52 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-10-13 20:52 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-10-13 20:52:07 +0000 (Mon, 13 Oct 2008)
New Revision: 11689

Modified:
   main/trunk/pym/portage/__init__.py
Log:
Make sure the pkg_nofetch phase is only called once when in fetchonly mode.


Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2008-10-13 00:39:21 UTC (rev 11688)
+++ main/trunk/pym/portage/__init__.py	2008-10-13 20:52:07 UTC (rev 11689)
@@ -4106,7 +4106,7 @@
 			else:
 				writemsg("!!! Couldn't download '%s'. Aborting.\n" % myfile,
 					noiselevel=-1)
-			if fetchonly:
+			if fetchonly and not restrict_fetch:
 				failed_files.add(myfile)
 				continue
 			return 0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-13 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 20:52 [gentoo-commits] portage r11689 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox