extras-buildsys/utils/pushscript Config_Extras.py,1.31,1.32

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Mar 28 09:41:14 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
Good bye, FC3 and FC4! Enough time has passed since we had disabled them in the configuration.


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Config_Extras.py	13 Mar 2007 17:30:27 -0000	1.31
+++ Config_Extras.py	28 Mar 2007 09:41:12 -0000	1.32
@@ -44,14 +44,12 @@
 
 frozendists = []
 
-archdict = {'3':['x86_64', 'i386'], 
-            '4':['ppc','x86_64', 'i386'],
-            '5':['ppc','x86_64', 'i386'],
+archdict = {'5':['ppc','x86_64', 'i386'],
             '6':['ppc','x86_64', 'i386'],
             'development':['ppc','x86_64','i386'],
             }
 
-multilibdists = [ 'development', '6', '5', '4', '3' ]
+multilibdists = [ 'development', '6', '5' ]
 
 # map: dist -> target arch -> list of pkg name regexp patterns
 # We don't check virtual package names, unless it's a virtual -devel pkg.
@@ -61,14 +59,10 @@
 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' ] },
-               '3' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
 # packages to exclude from being pruned: dist => Python regexp list
-repoprune_keepdict = {'3': ["-kmod$","amaya","gnome-vfsmm26","libgnomemm26","libgnomeuimm26","xtide","wxGTK"],
-                      '4': ["-kmod$"],
-                      '5': ["-kmod$"],
+repoprune_keepdict = {'5': ["-kmod$"],
                       '6': ["-kmod$"],
                       'development': [],
                       }
@@ -95,18 +89,13 @@
                 }
 
 # For RepoSupport.py features.
-baserepos = { '3' : ['fedora-core','fedora-legacy-updates','fedora-extras'],
-              '4' : ['fedora-core','fedora-core-updates','fedora-extras'],
-#              '4' : ['fedora-core','fedora-legacy-updates','fedora-extras'],
-              '5' : ['fedora-core','fedora-core-updates','fedora-extras'],
+baserepos = { '5' : ['fedora-core','fedora-core-updates','fedora-extras'],
               '6' : ['fedora-core','fedora-core-updates','fedora-extras'],
               'development' : ['fedora-core','fedora-extras']
               }
 
 # For RepoSupport.py features.
-testrepos = { '3' : ['fedora-legacy-updates-testing'],
-              '4' : ['fedora-legacy-updates-testing'],
-              '5' : ['fedora-core-updates-testing'],
+testrepos = { '5' : ['fedora-core-updates-testing'],
               '6' : ['fedora-core-updates-testing'],
               'development' : []
               }
@@ -115,8 +104,6 @@
 reponames = { 'fedora-core' : 'Fedora Core',
               'fedora-core-updates' : 'Fedora Core Released Updates',
               'fedora-core-updates-testing' : 'Fedora Core Test Updates',
-              'fedora-legacy-updates' : 'Fedora Legacy Released Updates',
-              'fedora-legacy-updates-testing' : 'Fedora Legacy Test Updates',
               'fedora-extras' : 'Fedora Extras'
               }
 
@@ -125,8 +112,6 @@
 repourls = { 'fedora-core' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/%s/%s/os/',
              'fedora-core-updates' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/updates/%s/%s/',
              'fedora-core-updates-testing' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/%s/%s/',
-             'fedora-legacy-updates' : 'http://download.fedoralegacy.org/fedora/%s/updates/%s/',
-             'fedora-legacy-updates-testing' : 'http://download.fedoralegacy.org/fedora/%s/updates-testing/%s/',
              'fedora-extras' : 'file:///srv/rpmbuild/extras/tree/extras/%s/%s/'
              }
 




More information about the fedora-extras-commits mailing list