summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-09-30 21:03:56 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-09-30 21:30:26 +0200
commit2d7ced1e40a2264fd72300e5948a6120566cc77e (patch)
tree10bc8b7903732e7660e8d7c5b81388891997288e /lib
parentfd1b5152cfb703bc87b0d78c388e4c07e310ffcf (diff)
Reenable the backport releases
Diffstat (limited to 'lib')
-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