summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2023-03-05 14:06:15 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2023-06-08 17:46:02 +0200
commit9d590e8307306a18bf7a4e6fa8e12b72c12eb1c1 (patch)
tree9aae447a01ae933ca3164dbc77b951d791a9f509 /data/config.json
parent4c43f63881e0d782ab56786c6fca11dfb4c3d77a (diff)
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 <carnil@debian.org>
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json10
1 files changed, 6 insertions, 4 deletions
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": {

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