summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2019-12-02 17:28:09 +0100
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-02-26 12:31:30 +0100
commit23baa13154527d34ced94c80d7d18620c5ba80f2 (patch)
treec41497f6829e73543f9ff925d4d7f8207e76aaca /Makefile
parent0d22e6b8aed18a81f2249376f6d78e2de8d25348 (diff)
Makefile: don't hardcode Debian releases
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
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

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