[Secure-testing-commits] r58436 - static

Salvatore Bonaccorso carnil at moszumanska.debian.org
Sun Dec 10 19:47:28 UTC 2017


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"
+  }
+}




More information about the Secure-testing-commits mailing list