Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r11687 - main/trunk/pym/portage
Date: Mon, 13 Oct 2008 00:21:01 +0000
Author: zmedico
Date: 2008-10-13 00:21:01 +0000 (Mon, 13 Oct 2008)
New Revision: 11687

Modified:
   main/trunk/pym/portage/__init__.py
Log:
Don't return from fetch() due to fetch restriction when in "listonly" mode.


Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2008-10-12 23:57:29 UTC (rev 11686)
+++ main/trunk/pym/portage/__init__.py	2008-10-13 00:21:01 UTC (rev 11687)
@@ -4095,6 +4095,8 @@
 							mysettings.pop("EBUILD_PHASE", None)
 						else:
 							mysettings["EBUILD_PHASE"] = ebuild_phase
+				if listonly:
+					continue
 			elif listonly:
 				continue
 			elif not filedict[myfile]:



Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
portage r11686 - main/trunk/pym/_emerge
Next by thread:
gentoo-x86 commit in x11-drivers/nvidia-drivers: ChangeLog nvidia-drivers-177.80.ebuild
Previous by date:
portage r11686 - main/trunk/pym/_emerge
Next by date:
gentoo-x86 commit in x11-drivers/nvidia-drivers: ChangeLog nvidia-drivers-177.80.ebuild


Updated May 05, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.