From 23baa13154527d34ced94c80d7d18620c5ba80f2 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 2 Dec 2019 17:28:09 +0100 Subject: Makefile: don't hardcode Debian releases --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0641a3b20a..d58e9b0e7e 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,8 @@ 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 = jessie -OLDSTABLE = stretch -STABLE = buster -TESTING = bullseye - MIRROR = http://debian.csail.mit.edu/debian SECURITY_MIRROR = http://security.debian.org/debian-security -# The rest of the file should not need to be edited - # Include the definitions of the releases to be fetched include lib/*-releases.mk -- cgit v1.2.3