From 0e90d4c518cbd1f4b18a0a4a6792be37c9be68b1 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 1 May 2016 15:37:28 +0000 Subject: Reduce list of architectures for wheezy The tracker otherwise still would try to fetch lists for security.d.o for the now removed architectures and fail to update the tracker. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@41339 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- lib/python/dist_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/python/dist_config.py b/lib/python/dist_config.py index 0ede8e03d9..aa9849efb0 100644 --- a/lib/python/dist_config.py +++ b/lib/python/dist_config.py @@ -39,7 +39,7 @@ def apply_config(): 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' ] + wheezy_archs = [ 'amd64','armel','armhf','i386' ] jessie_archs = common_archs + [ 'arm64','armhf','ppc64el' ] stretch_archs = jessie_archs -- cgit v1.2.3