[Git][security-tracker-team/security-tracker][master] Disable fetching of backports

Salvatore Bonaccorso carnil at debian.org
Sun Jul 7 09:29:36 BST 2019



Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker


Commits:
02cd33cd by Salvatore Bonaccorso at 2019-07-07T08:28:45Z
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.

- - - - -


1 changed file:

- lib/debian-releases.mk


Changes:

=====================================
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
 



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/02cd33cd782c84e3e06631bb609e1b480da8bcd1

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/02cd33cd782c84e3e06631bb609e1b480da8bcd1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20190707/e5ddf383/attachment.html>


More information about the debian-security-tracker-commits mailing list