extras-buildsys/utils/pushscript Config_Extras.py,1.19,1.20

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Jan 1 12:25:02 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
disable FC3 and FC4 in push scripts


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Config_Extras.py	28 Dec 2006 15:15:02 -0000	1.19
+++ Config_Extras.py	1 Jan 2007 12:25:02 -0000	1.20
@@ -40,7 +40,7 @@
 rundir = top_workdir+'/extras-push-rundir'
 cachedir = rundir+'/mdcache'
 
-alldists = [ 'development', '6', '5', '4', '3' ] # also the order in build reports
+alldists = [ 'development', '6', '5' ] # also the order in build reports
 
 archdict = {'3':['x86_64', 'i386'], 
             '4':['ppc','x86_64', 'i386'],




More information about the fedora-extras-commits mailing list