summaryrefslogtreecommitdiffstats
path: root/lib/debian-releases.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debian-releases.mk')
-rw-r--r--lib/debian-releases.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/debian-releases.mk b/lib/debian-releases.mk
index ecb72a23a6..eb03a874da 100644
--- a/lib/debian-releases.mk
+++ b/lib/debian-releases.mk
@@ -5,12 +5,9 @@ define get_config =
$(shell jq -r $(1) 'data/config.json')
endef
-# backports suites only have Sources.xz and respective Packages.xz
-# available.
-# Cf. as well https://bugs.debian.org/664866
-#BACKPORT_RELEASES := $(OLDSTABLE) $(STABLE)
MAIN_RELEASES = $(call get_config, '.distributions | to_entries[] | select(.value.release) | .key')
SECURITY_RELEASES = $(filter-out sid, $(MAIN_RELEASES))
+BACKPORT_RELEASES = $(SECURITY_RELEASES)
# Define the variables for the release on the main mirror
define add_main_release =

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