summaryrefslogtreecommitdiffstats
path: root/static
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
commit12e3a22b6a784c901620ace74d67c3df3c1b4b5a (patch)
treec131d0056817d8e90bb0959db672542e8eda9ceb /static
parenta46624d19d500517b149a9a53b8ad604bd28a6d2 (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>
Diffstat (limited to 'static')
-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