extras-buildsys/utils/pushscript Config_Extras.py,1.52,1.53

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jun 2 07:48:54 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
update target archs


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- Config_Extras.py	2 Jun 2007 07:46:53 -0000	1.52
+++ Config_Extras.py	2 Jun 2007 07:48:52 -0000	1.53
@@ -97,7 +97,8 @@
 # For RepoSupport.py features (TODO: use rpmUtils?)
 targetarchs = { 'i386' : 'i686',
                 'x86_64' : 'x86_64',
-                'ppc' : 'ppc'
+                'ppc' : 'ppc',
+                'ppc64' : 'ppc64'
                 }
 
 # For RepoSupport.py features.




More information about the scm-commits mailing list