extras-buildsys/utils/pushscript Config_Extras.py,1.49,1.50

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon May 14 19:59:09 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
add new repo definitions for Core+Extras merged Rawhide - Extras repoclosure can use this


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Config_Extras.py	12 May 2007 17:18:54 -0000	1.49
+++ Config_Extras.py	14 May 2007 19:59:07 -0000	1.50
@@ -103,7 +103,7 @@
 # For RepoSupport.py features.
 baserepos = { '5' : ['fedora-core','fedora-core-updates','fedora-extras'],
               '6' : ['fedora-core','fedora-core-updates','fedora-extras'],
-              'development' : ['fedora-core','fedora-extras']
+              'development' : ['fedora']
               }
 
 # For RepoSupport.py features.
@@ -116,6 +116,7 @@
 reponames = { 'fedora-core' : 'Fedora Core',
               'fedora-core-updates' : 'Fedora Core Released Updates',
               'fedora-core-updates-testing' : 'Fedora Core Test Updates',
+              'fedora' : 'Fedora',
               'fedora-extras' : 'Fedora Extras'
               }
 
@@ -124,6 +125,7 @@
 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' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/%s/%s/os/',
              'fedora-extras' : 'file:///srv/rpmbuild/extras/tree/extras/%s/%s/'
              }
 




More information about the fedora-extras-commits mailing list