extras-buildsys/utils extras-repobuild.py, 1.3, 1.4 extras-sign-move.py, 1.3, 1.4

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Wed Nov 2 14:37:48 UTC 2005


Author: skvidal

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32284

Modified Files:
	extras-repobuild.py extras-sign-move.py 
Log Message:

fixing stupid things



Index: extras-repobuild.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extras-repobuild.py	2 Nov 2005 14:21:09 -0000	1.3
+++ extras-repobuild.py	2 Nov 2005 14:37:45 -0000	1.4
@@ -49,7 +49,6 @@
     destdir = os.path.join(treedir, dist)
 
 
-    for arch in archdict[dist]
     print "Making Repository Metadata"
     # SRPM repo creation
     repodir = os.path.join(destdir, 'SRPMS')
@@ -58,7 +57,7 @@
     if not DEBUG:
         if os.path.exists(rpdata): shutil.rmtree(rpdata)
 
-    debugprint('Cleaning up older packages')
+    print 'Cleaning up older packages'
     cmd = '/usr/bin/repomanage -k2 -o %s | xargs rm -f' % (repodir)
     debugprint(cmd)
     if not DEBUG:    
@@ -83,7 +82,7 @@
         if not DEBUG:        
             if os.path.exists(rpdata): shutil.rmtree(rpdata)
             
-        debugprint('Cleaning up older packages')
+        print 'Cleaning up older packages'
         cmd = '/usr/bin/repomanage -k2 -o %s | xargs rm -f' % (repodir)
         debugprint(cmd)
         if not DEBUG:    
@@ -108,7 +107,7 @@
         if not DEBUG:
             if os.path.exists(dbg_rpdata): shutil.rmtree(dbg_rpdata)
         
-        debugprint('Cleaning up older packages')
+        print 'Cleaning up older packages'
         cmd = '/usr/bin/repomanage -k2 -o %s | xargs rm -f' % (repodir)
         debugprint(cmd)
         if not DEBUG:    


Index: extras-sign-move.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-sign-move.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extras-sign-move.py	2 Nov 2005 14:21:09 -0000	1.3
+++ extras-sign-move.py	2 Nov 2005 14:37:45 -0000	1.4
@@ -19,6 +19,7 @@
 import smtplib
 import shutil
 import string
+import tempfile
 from email.MIMEText import MIMEText
 
 




More information about the fedora-extras-commits mailing list