extras-buildsys/utils extras-push-new,1.36,1.37

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Jun 12 10:03:43 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-push-new 
Log Message:
fix typo


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- extras-push-new	11 Jun 2006 21:14:21 -0000	1.36
+++ extras-push-new	12 Jun 2006 10:03:40 -0000	1.37
@@ -224,7 +224,7 @@
                 continue
             mtime = os.path.getmtime(flagname)
             if ( time.time()-mtime > 3600*48 ):
-                print 'Removing old %s' % pkgreloot
+                print 'Removing old %s' % pkgrelroot
                 if not DEBUG:
                     shutil.rmtree(pkgrelroot)
 




More information about the fedora-extras-commits mailing list