summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2019-12-02 17:22:18 +0100
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-02-26 12:31:30 +0100
commit95d941e6e825a7e5a78933fd6c6db0b08cf3f65f (patch)
tree3ddc9f489f36e7e8a4c40f597bb285fbfcb19e07 /Makefile
parent4720933b22a790188f76b20ab59faab37c5fc3e1 (diff)
Don't hardcode architecture list in the Makefile
Move it to config.json instead and grab it from there.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index cf6cc968c5..0641a3b20a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,6 @@ TESTING = bullseye
MIRROR = http://debian.csail.mit.edu/debian
SECURITY_MIRROR = http://security.debian.org/debian-security
-jessie_ARCHS = amd64 armel armhf i386
-stretch_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
-buster_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
-bullseye_ARCHS = amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
-sid_ARCHS = amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
-
# The rest of the file should not need to be edited
# Include the definitions of the releases to be fetched

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