summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2021-03-04 17:21:09 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2021-03-05 11:22:54 +0100
commit70bb6f27fb474c0572b6974f6c7ab08a40f7113c (patch)
tree047f500e3d6a9242236e132c22a863f708fcd8a6
parent60e91b5701f93aa6381b52cfa85fc8cae99a9ef2 (diff)
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 <carnil@debian.org>
-rw-r--r--static/distributions.json4
1 files 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": {

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