extras-repoclosure BrokenDeps.py,1.2,1.3

Michael Schwendt mschwendt at fedoraproject.org
Tue Sep 14 22:04:24 UTC 2010


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30065

Modified Files:
	BrokenDeps.py 
Log Message:
doh! restore the broken deps package id details in private mails


Index: BrokenDeps.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/BrokenDeps.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BrokenDeps.py	14 Sep 2010 21:58:40 -0000	1.2
+++ BrokenDeps.py	14 Sep 2010 22:04:24 -0000	1.3
@@ -24,7 +24,7 @@
     r = []
     for line in b.report:
         if len(line) and not line.isspace() and not line.startswith('package: ') and line.find('unresolved deps:') < 0:
-            r.append( '    '+self.pkgid+'  requires  '+line.lstrip() )
+            r.append( '    '+b.pkgid+'  requires  '+line.lstrip() )
     return '\n'.join(r)
 
 



More information about the scm-commits mailing list