extras-buildsys/utils/pushscript Config_EPEL.py,1.8,1.9

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Sep 6 06:41:58 UTC 2007


Author: ausil

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

Modified Files:
	Config_EPEL.py 
Log Message:
fix config



Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Config_EPEL.py	6 Sep 2007 06:28:54 -0000	1.8
+++ Config_EPEL.py	6 Sep 2007 06:41:56 -0000	1.9
@@ -48,7 +48,7 @@
 
 archdict = { 
             '4':['ppc','x86_64', 'i386'],
-            '5':['ppc','x86_64', 'i386']
+            '5':['ppc','x86_64', 'i386'],
             'testing/4':['ppc','x86_64', 'i386'],
             'testing/5':['ppc','x86_64', 'i386']
             }
@@ -84,11 +84,13 @@
 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_pass1 = 'LC_ALL=C CVS_RSH=ssh cvs -f -d :pserver:anonymous at cvs.fedoraproject.org:/cvs/extras update'
 comps_up_pass2 = 'make -f Makefile'
 comps_dangerousfiles = ['Makefile','update-comps','po/Makefile']
 comps_map = { 'testing/5' : 'comps-el5.xml',
+              '5' : 'comps-el5.xml',
               'testing/4' : 'comps-el4.xml',
+              '4' : 'comps-el4.xml',
               }
 
 diversion_dict = {}




More information about the fedora-extras-commits mailing list