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
commitd4df9566cbf0dcd527cb7c8e698bec1b1c75e392 (patch)
treefce365d2c8e7387f15193079be13adfd550031e6 /data/config.json
parentaaad9c73d77ef5b5b3592c98c327455d5103a3e1 (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