summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-12-10 19:47:28 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2017-12-10 19:47:28 +0000
commit28968a15d69f8586fd3870b9c4340980e5d3e5fc (patch)
treecc38294dfc7a17d217d9f9b60d91c5656c5ca192 /static
parentcb3c94898ad8e9aa6655c6d72757cc582e222534 (diff)
Add distributions.json static file with mapping from codename to support and versions
Cf. #878088 git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58436 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'static')
-rw-r--r--static/distributions.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/distributions.json b/static/distributions.json
new file mode 100644
index 0000000000..562e99559a
--- /dev/null
+++ b/static/distributions.json
@@ -0,0 +1,22 @@
+{
+ "wheezy": {
+ "major-version": "7",
+ "support": "lts"
+ },
+ "jessie": {
+ "major-version": "8",
+ "support": "security"
+ },
+ "stretch": {
+ "major-version": "9",
+ "support": "security"
+ },
+ "buster": {
+ "major-version": "10",
+ "support": "none"
+ },
+ "bullseye": {
+ "major-version": "11",
+ "support": "none"
+ }
+}

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