From 9ac4cf68c6748c4612defb1112d8e5dd6a743b69 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 21 Mar 2021 17:41:48 +0100 Subject: distributions.json: Add sid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everywhere else in the tracker sid is handled as well. Raphaƫl Hertzog suggested to add thus 'sid' to distributions.json as well to be consistent. Add it with an empty 'major-version' and 'none' value for the 'support' attribute. Link: https://salsa.debian.org/qa/distro-tracker/-/issues/58#note_232506 Signed-off-by: Salvatore Bonaccorso --- static/distributions.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static') diff --git a/static/distributions.json b/static/distributions.json index ecd15ccc8d..579f41a9a6 100644 --- a/static/distributions.json +++ b/static/distributions.json @@ -33,5 +33,10 @@ "major-version": "13", "support": "none", "contact": "" + }, + "sid": { + "major-version": "", + "support": "none", + "contact": "" } } -- cgit v1.2.3