Repository: guacamole-website
Updated Branches:
  refs/heads/master bc714dde3 -> deaf0704c


GUACAMOLE-692: Define the specific checksums included with each release.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/229be792
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/229be792
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/229be792

Branch: refs/heads/master
Commit: 229be79274d418feabaf35dc36d1240215845212
Parents: bc714dd
Author: Michael Jumper <mjum...@apache.org>
Authored: Wed Jan 9 09:44:37 2019 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Wed Jan 9 19:15:25 2019 -0800

----------------------------------------------------------------------
 _includes/download-list.html   | 6 +++---
 _layouts/release.html          | 2 ++
 _releases/0.9.10-incubating.md | 4 ++++
 _releases/0.9.11-incubating.md | 4 ++++
 _releases/0.9.12-incubating.md | 4 ++++
 _releases/0.9.13-incubating.md | 4 ++++
 _releases/0.9.14.md            | 4 ++++
 _releases/1.0.0.md             | 4 ++++
 8 files changed, 29 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_includes/download-list.html
----------------------------------------------------------------------
diff --git a/_includes/download-list.html b/_includes/download-list.html
index fa185a8..e400c29 100644
--- a/_includes/download-list.html
+++ b/_includes/download-list.html
@@ -14,9 +14,9 @@
                            'menu',
                            '{{ basename }}'
                        )">{{ basename }}</a></td>
-                <td>[ <a href="{{ dist | append: file }}.md5">MD5</a> ]</td>
-                <td>[ <a href="{{ dist | append: file }}.sha">SHA</a> ]</td>
-                <td>[ <a href="{{ dist | append: file }}.asc">PGP</a> ]</td>
+                {% for checksum in include.checksum-suffixes %}
+                    <td>[ <a href="{{ dist | append: file | append: 
checksum[1] }}">{{ checksum[0] }}</a> ]</td>
+                {% endfor %}
             </tr>
         {% endfor %}
     </table>

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_layouts/release.html
----------------------------------------------------------------------
diff --git a/_layouts/release.html b/_layouts/release.html
index b98a091..a2c880d 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -32,6 +32,7 @@ below.</p>
     {% include download-list.html
         artifact-root=page.artifact-root
         checksum-root=page.checksum-root
+        checksum-suffixes=page.checksum-suffixes
         path=page.download-path
         files=page.source-dist %}
 </div>
@@ -46,6 +47,7 @@ still be built and installed from source.</strong></p>
     {% include download-list.html
         artifact-root=page.artifact-root
         checksum-root=page.checksum-root
+        checksum-suffixes=page.checksum-suffixes
         path=page.download-path
         files=page.binary-dist %}
 </div>

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_releases/0.9.10-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.10-incubating.md b/_releases/0.9.10-incubating.md
index a3ba52e..e6648a4 100644
--- a/_releases/0.9.10-incubating.md
+++ b/_releases/0.9.10-incubating.md
@@ -10,6 +10,10 @@ summary: >
 artifact-root: "http://archive.apache.org/dist/";
 checksum-root: "https://archive.apache.org/dist/";
 download-path: "incubator/guacamole/0.9.10-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.10-incubating.tar.gz"

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_releases/0.9.11-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.11-incubating.md b/_releases/0.9.11-incubating.md
index b7ca15d..37007bb 100644
--- a/_releases/0.9.11-incubating.md
+++ b/_releases/0.9.11-incubating.md
@@ -10,6 +10,10 @@ summary: >
 artifact-root: "http://archive.apache.org/dist/";
 checksum-root: "https://archive.apache.org/dist/";
 download-path: "incubator/guacamole/0.9.11-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.11-incubating.tar.gz"

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_releases/0.9.12-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.12-incubating.md b/_releases/0.9.12-incubating.md
index 9f9eeba..447990e 100644
--- a/_releases/0.9.12-incubating.md
+++ b/_releases/0.9.12-incubating.md
@@ -11,6 +11,10 @@ summary: >
 artifact-root: "http://archive.apache.org/dist/";
 checksum-root: "https://archive.apache.org/dist/";
 download-path: "incubator/guacamole/0.9.12-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.12-incubating.tar.gz"

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_releases/0.9.13-incubating.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.13-incubating.md b/_releases/0.9.13-incubating.md
index 9491685..fbcc7a3 100644
--- a/_releases/0.9.13-incubating.md
+++ b/_releases/0.9.13-incubating.md
@@ -10,6 +10,10 @@ summary: >
 artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename=";
 checksum-root: "https://www.apache.org/dist/";
 download-path: "guacamole/0.9.13-incubating/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.13-incubating.tar.gz"

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_releases/0.9.14.md
----------------------------------------------------------------------
diff --git a/_releases/0.9.14.md b/_releases/0.9.14.md
index 6a9f2ae..ec3b98b 100644
--- a/_releases/0.9.14.md
+++ b/_releases/0.9.14.md
@@ -11,6 +11,10 @@ summary: >
 artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename=";
 checksum-root: "https://www.apache.org/dist/";
 download-path: "guacamole/0.9.14/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-0.9.14.tar.gz"

http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/229be792/_releases/1.0.0.md
----------------------------------------------------------------------
diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md
index ac49d0d..f0e87d9 100644
--- a/_releases/1.0.0.md
+++ b/_releases/1.0.0.md
@@ -10,6 +10,10 @@ summary: >
 artifact-root: "http://apache.org/dyn/closer.cgi?action=download&filename=";
 checksum-root: "https://www.apache.org/dist/";
 download-path: "guacamole/1.0.0/"
+checksum-suffixes:
+    "MD5" : ".md5"
+    "SHA" : ".sha"
+    "PGP" : ".asc"
 
 source-dist:
     - "source/guacamole-client-1.0.0.tar.gz"

Reply via email to