public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15723 - main/branches/2.1.7/pym/_emerge
@ 2010-03-02 22:29 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 22:29 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-02 22:29:00 +0000 (Tue, 02 Mar 2010)
New Revision: 15723

Modified:
   main/branches/2.1.7/pym/_emerge/EbuildBuild.py
Log:
Bug #304981 - Remove redundant fetch log removal code which is already
handled by EbuildFetcher. (trunk r15720)

Modified: main/branches/2.1.7/pym/_emerge/EbuildBuild.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/EbuildBuild.py	2010-03-02 22:27:16 UTC (rev 15722)
+++ main/branches/2.1.7/pym/_emerge/EbuildBuild.py	2010-03-02 22:29:00 UTC (rev 15723)
@@ -106,13 +106,6 @@
 			os.path.exists(fetcher.logfile):
 			self.settings["PORTAGE_LOG_FILE"] = fetcher.logfile
 
-		if not fetch_failed and fetcher.logfile is not None:
-			# Fetch was successful, so remove the fetch log.
-			try:
-				os.unlink(fetcher.logfile)
-			except OSError:
-				pass
-
 		if fetch_failed or opts.fetchonly:
 			self.wait()
 			return




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

only message in thread, other threads:[~2010-03-02 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 22:29 [gentoo-commits] portage r15723 - main/branches/2.1.7/pym/_emerge 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