From 02cd33cd782c84e3e06631bb609e1b480da8bcd1 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 7 Jul 2019 10:23:52 +0200 Subject: Disable fetching of backports They ship Packages/Sources.gz only and backports is anyway not very good supported in tracker. Until #664866 is fixed backports will anyway not be tracked properly in security-tracker. Temporarily disable until downloadFile can handle multiple situations more gracefully. --- lib/debian-releases.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/debian-releases.mk b/lib/debian-releases.mk index 64ac6ca213..4619e13906 100644 --- a/lib/debian-releases.mk +++ b/lib/debian-releases.mk @@ -1,7 +1,10 @@ # This file defines the variables describing all Debian repositories # that need to be fetched in the "update-packages" process -BACKPORT_RELEASES := $(OLDSTABLE) $(STABLE) +# backports suites only have Sources.xz and respective Packages.xz +# available. +# Cf. as well https://bugs.debian.org/664866 +#BACKPORT_RELEASES := $(OLDSTABLE) $(STABLE) SECURITY_RELEASES := $(OLDOLDSTABLE) $(OLDSTABLE) $(STABLE) $(TESTING) MAIN_RELEASES := $(SECURITY_RELEASES) sid -- cgit v1.2.3