summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-03-26 16:52:25 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2019-03-26 16:52:25 +0100
commitc5b4abf68347bf415a0ada39d26e08afa9488aa8 (patch)
treed4a4cae57aee308e4ab6657ff80edba7905061a2 /lib
parent71cbaf742b059fc51b46e8389269729e86a4f7aa (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/debian-releases.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debian-releases.mk b/lib/debian-releases.mk
index d33793e923..91408f94d5 100644
--- a/lib/debian-releases.mk
+++ b/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

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