summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-03-26 16:58:19 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2019-03-26 16:58:19 +0100
commitd59aafece4c91e2020a03bc9246da6deb0f26796 (patch)
tree3b0f1e8836752084dd1cf5e5fc7e5075e75bdede /lib
parent60a25ff6f5b662739235441c0b0855002004ed08 (diff)
lib/debian-releases.mk: Correctly remove $(OLDSTABLE) for backports
Diffstat (limited to 'lib')
-rw-r--r--lib/debian-releases.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debian-releases.mk b/lib/debian-releases.mk
index 91408f94d5..a96dc64518 100644
--- a/lib/debian-releases.mk
+++ b/lib/debian-releases.mk
@@ -1,7 +1,7 @@
# This file defines the variables describing all Debian repositories
# that need to be fetched in the "update-packages" process
-BACKPORT_RELEASES := $(OLDSTABLE) $(STABLE)
+BACKPORT_RELEASES := $(STABLE)
SECURITY_RELEASES := $(OLDOLDSTABLE) $(OLDSTABLE) $(STABLE) $(TESTING)
MAIN_RELEASES := $(SECURITY_RELEASES) sid

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