summaryrefslogtreecommitdiffstats
path: root/data/config.json
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
commit0d22e6b8aed18a81f2249376f6d78e2de8d25348 (patch)
treee3ae0346475b0418ae94ac5fe47c477a5189bbc0 /data/config.json
parentad210ce2b8543a88371b3c2f0d1a668c002c195e (diff)
Don't hardcode architecture list in the Makefile
Move it to config.json instead and grab it from there.
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json5
1 files changed, 5 insertions, 0 deletions
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"
}
},

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