public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r12096 - main/trunk/bin
@ 2008-11-26  6:39 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-11-26  6:39 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-11-26 06:39:12 +0000 (Wed, 26 Nov 2008)
New Revision: 12096

Modified:
   main/trunk/bin/repoman
Log:
Remove redundant reference to 'mynew' since 'myupdates' already contains those files.


Modified: main/trunk/bin/repoman
===================================================================
--- main/trunk/bin/repoman	2008-11-26 06:25:55 UTC (rev 12095)
+++ main/trunk/bin/repoman	2008-11-26 06:39:12 UTC (rev 12096)
@@ -1945,8 +1945,8 @@
 			write_atomic(x, "".join(mylines))
 
 	manifest_commit_required = True
-	if vcs != 'git' and (myupdates or myremoved or mynew):
-		myfiles=myupdates+myremoved+mynew
+	if vcs != 'git' and (myupdates or myremoved):
+		myfiles = myupdates + myremoved
 		for x in range(len(myfiles)-1, -1, -1):
 			if myfiles[x].count("/") < 4-repolevel:
 				del myfiles[x]




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

only message in thread, other threads:[~2008-11-26  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26  6:39 [gentoo-commits] portage r12096 - main/trunk/bin 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