summaryrefslogtreecommitdiffstats
path: root/lib
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
commitfbd6bc3a3d077659f730d871a93d9d7001df1312 (patch)
treea108cecfd5899711a94a45e062a8d3e676ae7e91 /lib
parent9293ac448c29bdbd5f9f03dd54238886baca9d5d (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.
Diffstat (limited to 'lib')
-rw-r--r--lib/debian-releases.mk2
1 files changed, 1 insertions, 1 deletions
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