extras-buildsys/utils/pushscript Config_Extras.py, 1.36, 1.37 Config_EPEL.py, 1.2, 1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Apr 19 23:32:13 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py Config_EPEL.py 
Log Message:
no longer divert "mugshot" builds


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- Config_Extras.py	19 Apr 2007 23:13:30 -0000	1.36
+++ Config_Extras.py	19 Apr 2007 23:32:10 -0000	1.37
@@ -79,8 +79,9 @@
               '5' : 'comps-fe5.xml',
               }
 
-diversion_dict = { 'mugshot' : stagesdir+'/fedora-extras'+'/mugshot',
-                   }
+# Previously used to publish packages outside the dist repository.
+# map: srpm %{name} -> path
+diversion_dict = {}
 
 # For RepoSupport.py features (TODO: use rpmUtils?)
 targetarchs = { 'i386' : 'i686',


Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Config_EPEL.py	26 Mar 2007 23:04:40 -0000	1.2
+++ Config_EPEL.py	19 Apr 2007 23:32:10 -0000	1.3
@@ -84,8 +84,7 @@
               '5' : 'comps-fe5.xml',
               }
 
-diversion_dict = { 'mugshot' : stagesdir+'/fedora-epel'+'/mugshot',
-                   }
+diversion_dict = {}
 
 # For RepoSupport.py features (TODO: use rpmUtils?)
 targetarchs = { 'i386' : 'i686',




More information about the scm-commits mailing list