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
commit88ca724c224790bbf96016aff16c11d4f025db5a (patch)
treee0a31c55aac7905044d1670e753f58c117bdc40e /lib
parentb3e1e759b3038544b1e71ce6ed8707a61406ecb8 (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