summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2016-05-01 15:37:28 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2016-05-01 15:37:28 +0000
commit6d8736f721c2d65a559f684391836f18eb1b779a (patch)
tree5364ef298a6948549a007d80114eaa09964964c4
parent306bff2cc68ccd671560b9a6f4b3a7ba36aa176c (diff)
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
-rw-r--r--Makefile2
-rw-r--r--lib/python/dist_config.py2
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

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