extras-repoclosure rc-run.py,1.4,1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat May 27 17:09:47 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23799

Modified Files:
	rc-run.py 
Log Message:
adjust to new repository structure of Fedora Core Development


Index: rc-run.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-run.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rc-run.py	19 May 2006 22:50:18 -0000	1.4
+++ rc-run.py	27 May 2006 17:09:45 -0000	1.5
@@ -23,18 +23,16 @@
 repos = { '3' : ['fedora-core','fedora-core-updates','fedora-extras'],
           '4' : ['fedora-core','fedora-core-updates','fedora-extras'],
           '5' : ['fedora-core','fedora-core-updates','fedora-extras'],
-          'development' : ['fedora-core-development','fedora-extras']
+          'development' : ['fedora-core','fedora-extras']
           }
 
 reponames = { 'fedora-core' : 'Fedora Core',
-              'fedora-core-development' : 'Fedora Core Development Tree',
               'fedora-core-updates' : 'Fedora Core Released Updates',
               'fedora-extras' : 'Fedora Extras'
               }
 
 # (%s, %s) = (release, arch)
 baseurls = { 'fedora-core' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/%s/%s/os/',
-             'fedora-core-development' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/%s/%s/',
              'fedora-core-updates' : 'http://download.fedora.redhat.com/pub/fedora/linux/core/updates/%s/%s/',
              'fedora-extras' : 'file:///srv/rpmbuild/extras/tree/extras/%s/%s/'
              }




More information about the scm-commits mailing list