extras-buildsys/utils/pushscript Push.py,1.51,1.52

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Aug 11 20:46:11 UTC 2008


Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
ppc64 builds must go into "ppc64" repos


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- Push.py	16 Apr 2008 22:48:09 -0000	1.51
+++ Push.py	11 Aug 2008 20:46:11 -0000	1.52
@@ -170,9 +170,12 @@
         elif a in ['x86_64', 'ia32e', 'amd64']:
             basearch = 'x86_64'
         
-        elif a in ['ppc', 'ppc64', 'ppc32']:
+        elif a in ['ppc', 'ppc32']:
             basearch = 'ppc'
 
+        elif a in ['ppc64']:
+            basearch = 'ppc64'
+
         else:
             print 'Unknown arch %s' % a
             continue  # with next package




More information about the fedora-extras-commits mailing list