summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-11-09 14:52:30 +0000
committerHolger Levsen <holger@debian.org>2014-11-09 14:52:30 +0000
commit4745fc9da7aed7c95b2475bde21765dfa28e4479 (patch)
treecdc5a85f37811593e25625911c1602fc108f4a89 /lib
parent1cb1ee33082bcbbf543a94b5d2d1f3989cd13537 (diff)
update the list of architecture for jessie and 'rebase' common archs
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29932 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/dist_config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/python/dist_config.py b/lib/python/dist_config.py
index 87f67da4c6..ac7314ea09 100644
--- a/lib/python/dist_config.py
+++ b/lib/python/dist_config.py
@@ -37,10 +37,10 @@ Each view is labeled by a purpose. Currently defined purposes are:
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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy