From c5b4abf68347bf415a0ada39d26e08afa9488aa8 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Tue, 26 Mar 2019 16:52:25 +0100 Subject: Fetch packages files for backports suites only for $(STABLE) Current oldstable does not contains anymore the backports suites as it is the LTS release. As such jessie-backports was removed from the mirrors. --- lib/debian-releases.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/debian-releases.mk b/lib/debian-releases.mk index d33793e923..91408f94d5 100644 --- a/lib/debian-releases.mk +++ b/lib/debian-releases.mk @@ -1,8 +1,8 @@ # This file defines the variables describing all Debian repositories # that need to be fetched in the "update-packages" process -BACKPORT_RELEASES := $(OLDOLDSTABLE) $(OLDSTABLE) $(STABLE) -SECURITY_RELEASES := $(BACKPORT_RELEASES) $(TESTING) +BACKPORT_RELEASES := $(OLDSTABLE) $(STABLE) +SECURITY_RELEASES := $(OLDOLDSTABLE) $(OLDSTABLE) $(STABLE) $(TESTING) MAIN_RELEASES := $(SECURITY_RELEASES) sid # Define the variables for the release on the main mirror -- cgit v1.2.3