extras-buildsys/utils extras-sign-move.py,1.12,1.13

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Sun Apr 23 18:40:59 UTC 2006


Author: skvidal

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

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

same for debuginfo



Index: extras-sign-move.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-sign-move.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- extras-sign-move.py	23 Apr 2006 18:40:01 -0000	1.12
+++ extras-sign-move.py	23 Apr 2006 18:40:57 -0000	1.13
@@ -234,6 +234,8 @@
                 rpmloc = os.path.join(destdir, arch, pkg_fn)
                 debugprint("Copying %s to %s" % (package, rpmloc))
                 if not DEBUG:
+                    if os.path.exists(rpmloc):
+                        os.unlink(rpmloc)
                     shutil.copy2(package, rpmloc)
 
         if a == 'noarch':




More information about the fedora-extras-commits mailing list