extras-buildsys/utils extras-repobuild.py,1.16,1.17

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 11 16:07:42 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-repobuild.py 
Log Message:
put *debuginfo* glob in quotes


Index: extras-repobuild.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- extras-repobuild.py	11 May 2006 10:54:11 -0000	1.16
+++ extras-repobuild.py	11 May 2006 16:07:40 -0000	1.17
@@ -71,9 +71,9 @@
         
     print 'Creating repository metadata'
     if os.path.exists(compspath):
-        cmd = '/usr/bin/createrepo -c %s -q -g %s -x *debuginfo* %s' % (cachedir, compsname, repodir)
+        cmd = '/usr/bin/createrepo -c %s -q -g %s -x \'*debuginfo*\' %s' % (cachedir, compsname, repodir)
     else:
-        cmd = '/usr/bin/createrepo -c %s -q -x *debuginfo* %s' % (cachedir, repodir)
+        cmd = '/usr/bin/createrepo -c %s -q -x \'*debuginfo*\' %s' % (cachedir, repodir)
     
     run_and_check(cmd)            
 




More information about the fedora-extras-commits mailing list