[Git][security-tracker-team/security-tracker][master] Don't track mips in sid, it's gone
Raphaël Hertzog
hertzog at debian.org
Wed Aug 21 08:06:06 BST 2019
Raphaël Hertzog pushed to branch master at Debian Security Tracker / security-tracker
Commits:
fbd6bc3a by Raphaël Hertzog at 2019-08-21T07:04:58Z
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.
- - - - -
2 changed files:
- Makefile
- lib/debian-releases.mk
Changes:
=====================================
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
=====================================
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)
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/fbd6bc3a3d077659f730d871a93d9d7001df1312
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/fbd6bc3a3d077659f730d871a93d9d7001df1312
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20190821/820cef8c/attachment-0001.html>
More information about the debian-security-tracker-commits
mailing list