extras-buildsys/utils extras-push-new,1.31,1.32

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jun 10 19:43:22 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-push-new 
Log Message:
typo in debug message


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- extras-push-new	10 Jun 2006 19:36:56 -0000	1.31
+++ extras-push-new	10 Jun 2006 19:43:19 -0000	1.32
@@ -275,7 +275,7 @@
     if os.path.exists(dest):
         debugprint('WARNING: %s already exists, ignoring new one' % dest)
         return
-    debugprint('Copying %s to %s' % (src,dest))
+    debugprint('Moving %s to %s' % (src,dest))
     if not DEBUG:
         shutil.move(src,dest)
 




More information about the scm-commits mailing list