Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits: c5b4abf6 by Salvatore Bonaccorso at 2019-03-26T15:52:25Z 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. - - - - - 1 changed file: - lib/debian-releases.mk Changes: ===================================== 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 View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/c5b4abf68347bf415a0ada39d26e08afa9488aa8 -- View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/c5b4abf68347bf415a0ada39d26e08afa9488aa8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
