summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-04-28 17:20:10 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-07-06 09:23:56 +0200
commit68acbd4dfeb4d691216b176a6b2d9c877862c19f (patch)
tree17c92384dadfe84f89956b0b7b0fb5c273de5600
parentd745bf4f40df5362d7143b7c7056956e3d9f6a0d (diff)
data/config.json: Update mapping release -> codenames
Make stretch the oldstable distribution, buster the new stable distribution and bullseye the new testing distribution.
-rw-r--r--data/config.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/data/config.json b/data/config.json
index 592daa5756..524f31de8d 100644
--- a/data/config.json
+++ b/data/config.json
@@ -59,7 +59,7 @@
"jessie-proposed-updates"
]
},
- "release": "oldstable"
+ "release": "oldoldstable"
},
"stretch": {
"members": {
@@ -71,7 +71,7 @@
"stretch-proposed-updates"
]
},
- "release": "stable"
+ "release": "oldstable"
},
"buster": {
"members": {
@@ -83,7 +83,7 @@
"buster-proposed-updates"
]
},
- "release": "testing"
+ "release": "stable"
},
"bullseye": {
"members": {
@@ -94,7 +94,8 @@
"optional": [
"bullseye-proposed-updates"
]
- }
+ },
+ "release": "testing"
},
"bookworm": {
"members": {

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