[Git][security-tracker-team/security-tracker][master] Fetch packages files for backports suites only for $(STABLE)
Salvatore Bonaccorso
carnil at debian.org
Tue Mar 26 15:53:22 GMT 2019
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20190326/fe45b3cd/attachment.html>
More information about the debian-security-tracker-commits
mailing list