From 9d590e8307306a18bf7a4e6fa8e12b72c12eb1c1 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 5 Mar 2023 14:06:15 +0100 Subject: data/config.json: Update mapping release -> codenames Make buster the oldoldstable distribution, bullseye the oldstable distribution and bookworm the new stable distribution. Mark trixie as the new testing distribution and sync supported architecture lists for now with the cut-off as given for bookworm. 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 a1ca0e6139..e1c4993cdc 100644 --- a/data/config.json +++ b/data/config.json @@ -82,7 +82,7 @@ ] }, "architectures": [ "amd64", "arm64", "armhf", "i386" ], - "release": "oldstable" + "release": "oldoldstable" }, "bullseye": { "members": { @@ -95,7 +95,7 @@ ] }, "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], - "release": "stable" + "release": "oldstable" }, "bookworm": { "members": { @@ -108,7 +108,7 @@ ] }, "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], - "release": "testing" + "release": "stable" }, "trixie": { "members": { @@ -119,7 +119,9 @@ "optional": [ "trixie-proposed-updates" ] - } + }, + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ], + "release": "testing" }, "forky": { "members": { -- cgit v1.2.3