From 68acbd4dfeb4d691216b176a6b2d9c877862c19f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 28 Apr 2019 17:20:10 +0200 Subject: data/config.json: Update mapping release -> codenames Make stretch the oldstable distribution, buster the new stable distribution and bullseye the new testing distribution. --- data/config.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'data/config.json') 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": { -- cgit v1.2.3