extras-buildsys/utils/pushscript Config_Extras.py,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Oct 23 23:00:24 UTC 2006


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
FC-6 branch


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Config_Extras.py	23 Oct 2006 11:25:15 -0000	1.7
+++ Config_Extras.py	23 Oct 2006 23:00:19 -0000	1.8
@@ -40,7 +40,7 @@
 rundir = top_workdir+'/extras-push-rundir'
 cachedir = rundir+'/mdcache'
 
-alldists = [ 'development', '5', '4', '3' ] # also the order in build reports
+alldists = [ 'development', '6', '5', '4', '3' ] # also the order in build reports
 
 archdict = {'3':['x86_64', 'i386'], 
             '4':['ppc','x86_64', 'i386'],
@@ -56,8 +56,7 @@
 # black-list takes precedence over white-list
 multiblacklists = { 'development' : { 'x86_64' : [] },
                }
-multiwhitelists = { 'development' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
-               # 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
+multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
                '6' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                '5' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                '4' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },




More information about the fedora-extras-commits mailing list