[Secure-testing-commits] r29932 - lib/python

Holger Levsen holger at moszumanska.debian.org
Sun Nov 9 14:52:30 UTC 2014


Author: holger
Date: 2014-11-09 14:52:30 +0000 (Sun, 09 Nov 2014)
New Revision: 29932

Modified:
   lib/python/dist_config.py
Log:
update the list of architecture for jessie and 'rebase' common archs

Modified: lib/python/dist_config.py
===================================================================
--- lib/python/dist_config.py	2014-11-09 14:34:54 UTC (rev 29931)
+++ lib/python/dist_config.py	2014-11-09 14:52:30 UTC (rev 29932)
@@ -37,10 +37,10 @@
 def apply_config():
     # Invoked at the end of the file.  Edit this to suit your needs.
 
-    common_archs = 'amd64,armel,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,powerpc,sparc'.split(',')
-    squeeze_archs = common_archs + ['s390']
-    wheezy_archs = squeeze_archs + ['armhf','s390x']
-    jessie_archs = common_archs + ['armhf','s390x']
+    common_archs = 'amd64,armel,i386,mips,mipsel,powerpc'.split(',')
+    squeeze_archs = common_archs + ['s390','ia64','kfreebsd-amd64','kfreebsd-i386','sparc' ]
+    wheezy_archs = squeeze_archs + ['armhf','s390x' ]
+    jessie_archs = common_archs [ 'arm64','armhf','ppc64el' ]
 
     add_release(name='squeeze',
                 architectures=squeeze_archs,




More information about the Secure-testing-commits mailing list