extras-buildsys/server Repo.py,1.8,1.9

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jul 11 02:11:10 UTC 2005


Author: dcbw

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

Modified Files:
	Repo.py 
Log Message:
Ignore SRPMs and debuginfo RPMs for the createrepo, Patch from Ignacio Vazquez-Abrams to fix builder spec's %post section


Index: Repo.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/server/Repo.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Repo.py	9 Jul 2005 21:54:08 -0000	1.8
+++ Repo.py	11 Jul 2005 02:11:08 -0000	1.9
@@ -82,7 +82,7 @@
             # Notify the build job that we've copied its files to the repo
             buildjob.repo_add_callback()
 
-        (s, o) = commands.getstatusoutput('/usr/bin/createrepo -q %s' % self._repodir)
+        (s, o) = commands.getstatusoutput('/usr/bin/createrepo -q -x "*.src.rpm" -x "*.debuginfo.rpm" %s' % self._repodir)
         if s != 0:
             print "createrepo failed with exit status %d!" % s
 




More information about the fedora-extras-commits mailing list