summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-04-28 17:17:40 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-04-28 17:17:40 +0200
commit7a8496b303d215bbb9fb1d3de6b2284276ad248a (patch)
treec6c7947cbe969c68e7c68d085d866e74972f6b56 /data/config.json
parentc112cd3f81674cc42e9d477e66726fd4c5e65087 (diff)
config.json: Correct mappings for releases
stretch ist stable release, buster is testing release currently.
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/config.json b/data/config.json
index 5c90746c94..06370bebb7 100644
--- a/data/config.json
+++ b/data/config.json
@@ -47,8 +47,7 @@
"optional": [
"wheezy-proposed-updates"
]
- },
- "release": "oldstable"
+ }
},
"jessie": {
"members": {
@@ -60,7 +59,7 @@
"jessie-proposed-updates"
]
},
- "release": "stable"
+ "release": "oldstable"
},
"stretch": {
"members": {
@@ -72,7 +71,7 @@
"stretch-proposed-updates"
]
},
- "release": "testing"
+ "release": "stable"
},
"buster": {
"members": {
@@ -83,7 +82,8 @@
"optional": [
"buster-proposed-updates"
]
- }
+ },
+ "release": "testing"
},
"bullseye": {
"members": {

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