extras-buildsys/utils/pushscript Config_Extras.py,1.14,1.15

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Nov 8 20:22:11 UTC 2006


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
a few useful comps.xml config values


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Config_Extras.py	6 Nov 2006 19:34:19 -0000	1.14
+++ Config_Extras.py	8 Nov 2006 20:22:08 -0000	1.15
@@ -74,6 +74,15 @@
 # repository symlinks to remove/create since they confuse createrepo
 repobuild_linkdict = {}
 
+# comps.xml updating and installation
+comps_up_pass1 = 'LC_ALL=C CVS_RSH=ssh cvs -f -d :pserver:anonymous at cvs.fedora.redhat.com:/cvs/extras update'
+comps_up_pass2 = 'make'
+comps_dangerousfiles = ['Makefile','update-comps','po/Makefile']
+comps_map = { 'development' : 'comps-fe7.xml',
+              '6' : 'comps-fe6.xml',
+              '5' : 'comps-fe5.xml',
+              }
+
 diversion_dict = { 'mugshot' : stagesdir+'/fedora-extras'+'/mugshot',
                    }
 




More information about the scm-commits mailing list