From 484055487b355047cd7d55facdf2e778ea19298a Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 7 Mar 2021 10:39:29 +0100 Subject: data/config.json: Update mapping release -> codenames Make stretch the oldoldoldstable distribution, buster the oldstable distribution and bullseye the new stable distribution. Mark bookworm as the new testing distribution and sync supported architecture lists for now with the cut-off as given for buster. Signed-off-by: Salvatore Bonaccorso --- data/config.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'data/config.json') diff --git a/data/config.json b/data/config.json index aadee4c191..e0dbaad3b5 100644 --- a/data/config.json +++ b/data/config.json @@ -71,7 +71,7 @@ ] }, "architectures": [ "amd64", "arm64", "armel", "armhf", "i386" ], - "release": "oldstable" + "release": "oldoldstable" }, "buster": { "members": { @@ -84,7 +84,7 @@ ] }, "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips", "mips64el", "mipsel", "ppc64el", "s390x" ], - "release": "stable" + "release": "oldstable" }, "bullseye": { "members": { @@ -97,7 +97,7 @@ ] }, "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], - "release": "testing" + "release": "stable" }, "bookworm": { "members": { @@ -108,7 +108,9 @@ "optional": [ "bookworm-proposed-updates" ] - } + }, + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], + "release": "testing" }, "trixie": { "members": { -- cgit v1.2.3