[Secure-testing-commits] r41339 - / lib/python
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sun May 1 15:37:28 UTC 2016
Author: carnil
Date: 2016-05-01 15:37:28 +0000 (Sun, 01 May 2016)
New Revision: 41339
Modified:
Makefile
lib/python/dist_config.py
Log:
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.
Modified: Makefile
===================================================================
--- Makefile 2016-05-01 15:04:17 UTC (rev 41338)
+++ Makefile 2016-05-01 15:37:28 UTC (rev 41339)
@@ -8,7 +8,7 @@
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
Modified: lib/python/dist_config.py
===================================================================
--- lib/python/dist_config.py 2016-05-01 15:04:17 UTC (rev 41338)
+++ lib/python/dist_config.py 2016-05-01 15:37:28 UTC (rev 41339)
@@ -39,7 +39,7 @@
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
More information about the Secure-testing-commits
mailing list