Author: carnil Date: 2017-12-10 19:47:28 +0000 (Sun, 10 Dec 2017) New Revision: 58436
Added: static/distributions.json Log: Add distributions.json static file with mapping from codename to support and versions Cf. #878088 Added: static/distributions.json =================================================================== --- static/distributions.json (rev 0) +++ static/distributions.json 2017-12-10 19:47:28 UTC (rev 58436) @@ -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" + } +} _______________________________________________ Secure-testing-commits mailing list Secure-testing-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits