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
commit8406589e168cd12d283da18d5fc6c343be349be5 (patch)
tree41190ea688d4c15f72f5b76e42d3cf2a47b4b9b0 /lib
parentc5b4abf68347bf415a0ada39d26e08afa9488aa8 (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