extras-repoclosure rc-run.py,1.27,1.28

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Sep 1 10:44:24 UTC 2007


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5377

Modified Files:
	rc-run.py 
Log Message:
make needsign repoid variable, too


Index: rc-run.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-run.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- rc-run.py	15 Jun 2007 16:36:30 -0000	1.27
+++ rc-run.py	1 Sep 2007 10:44:20 -0000	1.28
@@ -93,7 +93,7 @@
         if a == "summary":
             reportcmd += " --mail=summary"
     elif o == "--needsign":
-        rs.AddRepo('fedora-extras-needsign','Fedora Extras Needsign',a)
+        rs.AddRepo('fedora-extras-needsign-%s'%int(now),'Fedora Extras Needsign',a)
         reportcmd += " --needsign"
     elif o == "--testing":
         withtesting = True




More information about the fedora-extras-commits mailing list