From f5073030f61ff6057cef3d2a399407251fa105a8 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Thu, 4 Mar 2021 17:21:09 +0100 Subject: distributions.json: Introduce 'end-of-life' for support attribute Currently there should be no other consumers apart reportbug of the 'none' value so we have still time to change interface here. Although reportbug is using the 'none' explicitly to differentiate from 'lts' and 'security' there is no significant behaviour change if additionally introducing the 'end-of-life' value. Values for support will be 'none', 'security', 'lts' and 'end-of-life' where versions not supported anymore by neither security team nor LTS team will be moved to 'end-of-life' from security-tracker point of view. We need to introduce a differentiation from 'none' support to help with https://salsa.debian.org/qa/distro-tracker/-/issues/58 Summarizing the 'support' attribute: - none: future not yet released stable releases - security: releases supported by the Debian security team - lts: releases supported by the Debian LTS team - end-of-life: releases which are considered end of life from security-tracker perspective. Link: https://salsa.debian.org/qa/distro-tracker/-/issues/58 Signed-off-by: Salvatore Bonaccorso --- static/distributions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/distributions.json b/static/distributions.json index 2697c08aa8..ecd15ccc8d 100644 --- a/static/distributions.json +++ b/static/distributions.json @@ -1,12 +1,12 @@ { "wheezy": { "major-version": "7", - "support": "none", + "support": "end-of-life", "contact": "" }, "jessie": { "major-version": "8", - "support": "none", + "support": "end-of-life", "contact": "" }, "stretch": { -- cgit v1.2.3