From 4e5c43fb633b8c2baf8ac139c6edc67ebe300450 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 10 Dec 2017 19:47:28 +0000 Subject: 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 --- static/distributions.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 static/distributions.json (limited to 'static') 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" + } +} -- cgit v1.2.3