From 6d8736f721c2d65a559f684391836f18eb1b779a 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 --- Makefile | 2 +- lib/python/dist_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f519280e4a..d742cd5399 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BUG_LISTS = $(wildcard data/*/list) MIRROR = http://ftp.de.debian.org/debian/ squeeze_ARCHS = amd64 armel i386 ia64 mips mipsel powerpc s390 sparc kfreebsd-i386 kfreebsd-amd64 squeeze_LTS_ARCHS = amd64 i386 -wheezy_ARCHS = amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x sparc kfreebsd-i386 kfreebsd-amd64 +wheezy_ARCHS = amd64 armel armhf i386 jessie_ARCHS = amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x stretch_ARCHS = amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x sid_ARCHS = amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc ppc64el s390x 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