extras-buildsys/utils/pushscript Config_EPEL.py,1.6,1.7

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Wed Aug 15 02:29:24 UTC 2007


Author: ausil

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

Modified Files:
	Config_EPEL.py 
Log Message:
setup pushing to testing 



Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Config_EPEL.py	27 Jul 2007 14:47:50 -0000	1.6
+++ Config_EPEL.py	15 Aug 2007 02:29:22 -0000	1.7
@@ -33,7 +33,7 @@
 
 top_workdir = '/srv/rpmbuild'
 
-treedir = top_workdir+'/%s/tree/%s' % (project, project)
+treedir = top_workdir+'/%s/tree/%s/testing' % (project, project)
 stagesdir = top_workdir+'/repodir'
 
 # Where we store mails to be sent, our main lockfile, ...
@@ -45,14 +45,12 @@
 
 frozendists = []
 
-archdict = {'3':['x86_64', 'i386'], 
+archdict = { 
             '4':['ppc','x86_64', 'i386'],
-            '5':['ppc','x86_64', 'i386'],
-            '6':['ppc','x86_64', 'i386'],
-            'development':['ppc','x86_64','i386'],
+            '5':['ppc','x86_64', 'i386']
             }
 
-multilibdists = [ 'development', '5', '4' ]
+multilibdists = [ '5', '4' ]
 
 # map: dist -> target arch -> list of pkg name regexp patterns
 # We don't check virtual package names, unless it's a virtual -devel pkg.
@@ -60,7 +58,7 @@
 multiblacklists = { '5' : { 'x86_64' : [ 'gnustep-make', 'nagios*'] },
                '4' : { 'x86_64' : [ 'ghex', 'graphviz', 'libgnomeuimm26', 'nagios*'] },
                }
-multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
+multiwhitelists = { 
                '5' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
                '4' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
                }
@@ -69,8 +67,6 @@
 repoprune_keepdict = {'3': ["-kmod$","amaya","gnome-vfsmm26","libgnomemm26","libgnomeuimm26","xtide","wxGTK"],
                       '4': ["-kmod$"],
                       '5': ["-kmod$"],
-                      '6': ["-kmod$"],
-                      'development': [],
                       }
 
 # repository symlinks to remove/create since they confuse createrepo
@@ -109,9 +105,9 @@
 
 # For RepoSupport.py features.
 # (%s, %s) = (release, arch)
-repourls = { 'fedora-epel' : 'file:///srv/rpmbuild/epel/tree/epel/%s/%s/'
-             }
-#             'fedora-epel-testing' : 'file:///srv/rpmbuild/epel/tree/epel/testing/%s/%s/'
+repourls = { 'fedora-epel' : 'file:///srv/rpmbuild/epel/tree/epel/%s/%s/',
+             'fedora-epel-testing' : 'file:///srv/rpmbuild/epel/tree/epel/testing/%s/%s/'
+           }
 
 sync_cmd = './epel-sync'
 




More information about the fedora-extras-commits mailing list