extras-buildsys/utils/pushscript Config_Extras.py,1.27,1.28

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Mar 8 12:05:48 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
insert a test copy of createrepo-0.4.8 here -- need to talk to skvidal or infrastructure staff whether we can make it available as rpm


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Config_Extras.py	2 Mar 2007 22:54:45 -0000	1.27
+++ Config_Extras.py	8 Mar 2007 12:05:46 -0000	1.28
@@ -132,7 +132,9 @@
 
 sync_cmd = 'extras-sync'
 
-createrepo = '/usr/bin/createrepo'
+createrepo = '/usr/bin/createrepo -q'
+
+createrepo_dict = { 'development' : '/srv/extras-push/work/createrepo-0.4.8/genpkgmetadata.py -q -d' }
 
 cr_cachedir = '/tmp/repomd-cache'  # createrepo cachedir
 




More information about the fedora-extras-commits mailing list