extras-buildsys/utils/pushscript RepoSupport.py, 1.1, 1.2 Config_Extras.py, 1.4, 1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Sep 30 18:52:18 UTC 2006


Author: mschwendt

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

Modified Files:
	RepoSupport.py Config_Extras.py 
Log Message:
re-use RepoSupport.py from within moved extras repoclosure main script



Index: RepoSupport.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/RepoSupport.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RepoSupport.py	30 Sep 2006 18:34:14 -0000	1.1
+++ RepoSupport.py	30 Sep 2006 18:52:16 -0000	1.2
@@ -27,6 +27,8 @@
         # Architecture directory names per distribution release in repository.
         self.archdict = cfg.archdict
 
+        self.targetarchs = cfg.targetarchs
+
         self.baserepos = cfg.baserepos
         self.testrepos = cfg.testrepos
         self.reponames = cfg.reponames


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Config_Extras.py	30 Sep 2006 18:34:14 -0000	1.4
+++ Config_Extras.py	30 Sep 2006 18:52:16 -0000	1.5
@@ -73,6 +73,12 @@
 # repository symlinks to remove/create since they confuse createrepo
 repobuild_linkdict = {}
 
+# For RepoSupport.py features (TODO: use rpmUtils?)
+targetarchs = { 'i386' : 'i686',
+                'x86_64' : 'x86_64',
+                'ppc' : 'ppc'
+                }
+
 # For RepoSupport.py features.
 baserepos = { '3' : ['fedora-core','fedora-core-updates','fedora-extras'],
               '4' : ['fedora-core','fedora-core-updates','fedora-extras'],




More information about the scm-commits mailing list