extras-buildsys/utils/pushscript Config_Extras.py,1.29,1.30

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Mar 8 21:07:50 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
enable sqlite dbs for devel


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Config_Extras.py	8 Mar 2007 12:07:58 -0000	1.29
+++ Config_Extras.py	8 Mar 2007 21:07:48 -0000	1.30
@@ -134,7 +134,7 @@
 
 createrepo = '/usr/bin/createrepo -q'
 
-#createrepo_dict = { 'development' : '/srv/extras-push/work/createrepo-0.4.8/genpkgmetadata.py -q -d' }
+createrepo_dict = { 'development' : '/usr/bin/createrepo -q -d' }
 
 cr_cachedir = '/tmp/repomd-cache'  # createrepo cachedir
 




More information about the scm-commits mailing list