summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-07-07 10:23:52 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-07-07 10:28:45 +0200
commit02cd33cd782c84e3e06631bb609e1b480da8bcd1 (patch)
tree0e9555cdadfa77e9a9d6714460e03c9d468200ee /lib
parentfd55de5b0311ea401e74ee102caa6b4829f26eca (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/debian-releases.mk5
1 files changed, 4 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy