extras-buildsys-temp/automation extras-push.py,1.2,1.3

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Mon May 9 20:40:43 UTC 2005


Author: skvidal

Update of /cvs/fedora/extras-buildsys-temp/automation
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1222

Modified Files:
	extras-push.py 
Log Message:

one character fix for debuginfo pkgs being in the wrong place



Index: extras-push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extras-push.py	9 May 2005 09:02:43 -0000	1.2
+++ extras-push.py	9 May 2005 20:40:41 -0000	1.3
@@ -63,7 +63,7 @@
             if file.endswith('.log'):
                 which = 'log'
             elif file.endswith('.rpm'):
-                if file.find('.debuginfo') != -1:
+                if file.find('debuginfo') != -1:
                     which = 'debuginfo' 
                 elif file.endswith('.src.rpm'):
                     which = 'srpm'




More information about the fedora-extras-commits mailing list