summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2019-08-21 09:04:58 +0200
committerRaphaël Hertzog <hertzog@debian.org>2019-08-21 09:04:58 +0200
commit45ffdd84614307d501e544d57f2aabfea24db96d (patch)
tree50fb8ef03ae452221c9b3786c7f4f69f506c68f2
parent8898499f4e1bf38fc5f86a5e6bc75f89cb6e990e (diff)
Don't track mips in sid, it's gone
As announced in https://lists.debian.org/debian-mips/2019/07/msg00010.html it's now gone from the mirrors.
-rw-r--r--Makefile2
-rw-r--r--lib/debian-releases.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e7610c01f..22220e4820 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ 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
-sid_ARCHS = amd64 arm64 armel armhf i386 mips 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/debian-releases.mk b/lib/debian-releases.mk
index 4619e13906..c868d6edfd 100644
--- a/lib/debian-releases.mk
+++ b/lib/debian-releases.mk
@@ -12,7 +12,7 @@ MAIN_RELEASES := $(SECURITY_RELEASES) sid
define add_main_release =
$(1)_MIRROR = $$(MIRROR)
$(1)_DIST = $(1)
-$(1)_ARCHS ?= amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
+$(1)_ARCHS ?= amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
$(1)_RELEASE = $(1)
$(1)_SUBRELEASE =
RELEASES += $(1)

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