summaryrefslogtreecommitdiff
path: root/tools/dist/release-lines.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dist/release-lines.yaml')
-rw-r--r--tools/dist/release-lines.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/dist/release-lines.yaml b/tools/dist/release-lines.yaml
new file mode 100644
index 0000000..4b39aac
--- /dev/null
+++ b/tools/dist/release-lines.yaml
@@ -0,0 +1,30 @@
+# This file specifies metadata that may vary between release lines, that
+# is usually common to all releases in a release line, for all potentially
+# interesting release lines.
+---
+tool_versions:
+ '1.8':
+ autoconf: ['2.69', '954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969']
+ libtool: ['2.4.3', '36b4881c1843d7585de9c66c4c3d9a067ed3a3f792bc670beba21f5a4960acdf']
+ swig: ['2.0.9', '586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539']
+ '1.9':
+ autoconf: ['2.69', '954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969']
+ libtool: ['2.4.6', 'e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3']
+ swig: ['2.0.12', '65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7']
+ '1.10': &TOOL_VERSIONS_1_10
+ autoconf: ['2.69', '954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969']
+ libtool: ['2.4.6', 'e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3']
+ swig: ['3.0.12', '7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d']
+ '1.11': *TOOL_VERSIONS_1_10
+ '1.12': *TOOL_VERSIONS_1_10
+ '1.13': *TOOL_VERSIONS_1_10
+ '1.14': *TOOL_VERSIONS_1_10
+ 'trunk': *TOOL_VERSIONS_1_10
+
+# The version that is our current recommended release
+recommended_release: '1.13'
+# For clean-dist, a whitelist of artifacts to keep, by version.
+supported_release_lines: ['1.9', '1.10', '1.13']
+# Long-Term Support (LTS) versions
+lts_release_lines: ['1.9', '1.10', '1.14']
+