From 0d22e6b8aed18a81f2249376f6d78e2de8d25348 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 2 Dec 2019 17:22:18 +0100 Subject: Don't hardcode architecture list in the Makefile Move it to config.json instead and grab it from there. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3