From 16ec9f19e0e02805b969e8b4aeb259aeb82853fd Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 28 Apr 2019 23:02:16 +0200 Subject: Makefile: Update mapping of releases to codenames --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a61e4dc6e..7e7610c01f 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ PYTHON_MODULES = $(wildcard lib/python/*.py) # The following variables need to be kept up-to-date and can be adjusted # currently unsupported releases can be commented out -#OLDOLDSTABLE = wheezy -OLDSTABLE = jessie -STABLE = stretch -TESTING = buster +OLDOLDSTABLE = jessie +OLDSTABLE = stretch +STABLE = buster +TESTING = bullseye MIRROR = http://debian.csail.mit.edu/debian SECURITY_MIRROR = http://security.debian.org/debian-security -- cgit v1.2.3