extras-buildsys/utils/pushscript Config_Extras.py,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Oct 20 13:00:23 UTC 2006


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
Prepare some FC-6 updates.

Left to do:
 - alldists list: add '6'
 - multiwhitelists dict: uncomment new 'development' entry




Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Config_Extras.py	30 Sep 2006 18:52:16 -0000	1.5
+++ Config_Extras.py	20 Oct 2006 13:00:21 -0000	1.6
@@ -45,10 +45,11 @@
 archdict = {'3':['x86_64', 'i386'], 
             '4':['ppc','x86_64', 'i386'],
             '5':['ppc','x86_64', 'i386'],
+            '6':['ppc','x86_64', 'i386'],
             'development':['ppc','x86_64','i386'],
             }
 
-multilibdists = [ 'development', '5', '4', '3' ]
+multilibdists = [ 'development', '6', '5', '4', '3' ]
 
 # map: dist -> target arch -> list of pkg name regexp patterns
 # We don't check virtual package names, unless it's a virtual -devel pkg.
@@ -57,7 +58,7 @@
                }
 multiwhitelists = { 'development' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                # 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
-               #'6' : { 'x86_64' : [ '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' ] },
                '3' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
@@ -67,6 +68,7 @@
 repomanage_keepdict = {'3': "'/\([^/]\+-\)\?kmod-'",
                        '4': "'/\([^/]\+-\)\?kmod-'",
                        '5': "'/\([^/]\+-\)\?kmod-'",
+                       '6': "'/\([^/]\+-\)\?kmod-'",
                        'development': "'/\([^/]\+-\)\?kmod-'",
                        }
 
@@ -83,6 +85,7 @@
 baserepos = { '3' : ['fedora-core','fedora-core-updates','fedora-extras'],
               '4' : ['fedora-core','fedora-core-updates','fedora-extras'],
               '5' : ['fedora-core','fedora-core-updates','fedora-extras'],
+              '6' : ['fedora-core','fedora-core-updates','fedora-extras'],
               'development' : ['fedora-core','fedora-extras']
               }
 
@@ -90,6 +93,7 @@
 testrepos = { '3' : ['fedora-core-updates-testing'],
               '4' : ['fedora-core-updates-testing'],
               '5' : ['fedora-core-updates-testing'],
+              '6' : ['fedora-core-updates-testing'],
               'development' : []
               }
 




More information about the scm-commits mailing list