summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-08-21 09:12:19 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-08-21 09:14:46 +0200
commit6f3323a52fba87994055af90d3cf3c095be6d460 (patch)
tree9a42a7c006a0961d9823b3502ea1830a4c4a78e1
parent968539dcf056cc1f23377c9d880d096439fb31d0 (diff)
Drop mips from bullseye architectures
-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 22220e4820..10e2c8ab2a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SECURITY_MIRROR = http://security.debian.org/debian-security
jessie_ARCHS = amd64 armel armhf i386
stretch_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
buster_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
-bullseye_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
+bullseye_ARCHS = amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
sid_ARCHS = amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
# The rest of the file should not need to be edited
diff --git a/lib/python/dist_config.py b/lib/python/dist_config.py
index b77c68d9b5..107f63a088 100644
--- a/lib/python/dist_config.py
+++ b/lib/python/dist_config.py
@@ -43,7 +43,7 @@ def apply_config():
jessie_archs = [ 'amd64','armel','armhf','i386' ]
stretch_archs = [ 'amd64','arm64','armel','armhf','i386','mips','mips64el','mipsel','ppc64el','s390x' ]
buster_archs = [ 'amd64','arm64','armel','armhf','i386','mips','mips64el','mipsel','ppc64el','s390x' ]
- bullseye_archs = [ 'amd64','arm64','armel','armhf','i386','mips','mips64el','mipsel','ppc64el','s390x' ]
+ bullseye_archs = [ 'amd64','arm64','armel','armhf','i386','mips64el','mipsel','ppc64el','s390x' ]
sid_archs = [ 'amd64','arm64','armel','armhf','i386','mips64el','mipsel','ppc64el','s390x' ]
add_release(name='squeeze',

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