From fbd6bc3a3d077659f730d871a93d9d7001df1312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 21 Aug 2019 09:04:58 +0200 Subject: 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. --- lib/debian-releases.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3