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. --- data/config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/config.json') diff --git a/data/config.json b/data/config.json index 524f31de8d..59660ee0ed 100644 --- a/data/config.json +++ b/data/config.json @@ -59,6 +59,7 @@ "jessie-proposed-updates" ] }, + "architectures": [ "amd64", "armel", "armhf", "i386" ], "release": "oldoldstable" }, "stretch": { @@ -71,6 +72,7 @@ "stretch-proposed-updates" ] }, + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips", "mips64el", "mipsel", "ppc64el", "s390x" ], "release": "oldstable" }, "buster": { @@ -83,6 +85,7 @@ "buster-proposed-updates" ] }, + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips", "mips64el", "mipsel", "ppc64el", "s390x" ], "release": "stable" }, "bullseye": { @@ -95,6 +98,7 @@ "bullseye-proposed-updates" ] }, + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], "release": "testing" }, "bookworm": { @@ -114,6 +118,7 @@ "sid" ] }, + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], "release": "unstable" } }, -- cgit v1.2.3