From c112cd3f81674cc42e9d477e66726fd4c5e65087 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 28 Apr 2019 17:16:20 +0200 Subject: config.json: Add next known codenames up to bookworm --- data/config.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'data/config.json') diff --git a/data/config.json b/data/config.json index 1509d28988..5c90746c94 100644 --- a/data/config.json +++ b/data/config.json @@ -74,6 +74,39 @@ }, "release": "testing" }, + "buster": { + "members": { + "supported": [ + "buster", + "buster-security" + ], + "optional": [ + "buster-proposed-updates" + ] + } + }, + "bullseye": { + "members": { + "supported": [ + "bullseye", + "bullseye-security" + ], + "optional": [ + "bullseye-proposed-updates" + ] + } + }, + "bookworm": { + "members": { + "supported": [ + "bookworm", + "bookworm-security" + ], + "optional": [ + "bookworm-proposed-updates" + ] + } + }, "sid": { "members": { "supported": [ -- cgit v1.2.3