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.


_______________________________________________
debian-security-tracker-commits mailing list
debian-security-tracker-commits@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to