[Git][security-tracker-team/security-tracker][master] Drop buster from backports releases
Emilio Pozuelo Monfort (@pochu)
pochu at debian.org
Mon Apr 15 08:45:42 BST 2024
Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits:
f32ec428 by Emilio Pozuelo Monfort at 2024-04-15T09:44:57+02:00
Drop buster from backports releases
buster-backports has been archived.
- - - - -
1 changed file:
- lib/debian-releases.mk
Changes:
=====================================
lib/debian-releases.mk
=====================================
@@ -7,7 +7,7 @@ endef
MAIN_RELEASES = $(call get_config, '.distributions | to_entries[] | select(.value.release) | .key')
SECURITY_RELEASES = $(filter-out sid, $(MAIN_RELEASES))
-BACKPORT_RELEASES = $(SECURITY_RELEASES)
+BACKPORT_RELEASES = $(filter-out buster, $(SECURITY_RELEASES))
# Define the variables for the release on the main mirror
define add_main_release =
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/f32ec428c14d08f392225bb2b29dc92777eb9d70
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/f32ec428c14d08f392225bb2b29dc92777eb9d70
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/20240415/0ad1b194/attachment.htm>
More information about the debian-security-tracker-commits
mailing list