From 88ca724c224790bbf96016aff16c11d4f025db5a Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 30 Sep 2020 21:03:56 +0200 Subject: Reenable the backport releases --- lib/debian-releases.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') 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 = -- cgit v1.2.3