summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2021-03-07 10:39:29 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2021-08-12 10:30:52 +0200
commit484055487b355047cd7d55facdf2e778ea19298a (patch)
tree175e5771b7b3362296303f295c5ccf300fb72f9b /data/config.json
parent612e51c74cbe2bc86dcf12fffc2cd16470c2e3e2 (diff)
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 <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 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": {

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