You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2019/01/10 03:43:06 UTC

[1/3] guacamole-website git commit: GUACAMOLE-692: Define the specific checksums included with each release.

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 <mj...@apache.org>
Authored: Wed Jan 9 09:44:37 2019 -0800
Committer: Michael Jumper <mj...@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"


[2/3] guacamole-website git commit: GUACAMOLE-692: Update 1.0.0 release downloads to comply with latest ASF policy for checksums.

Posted by jm...@apache.org.
GUACAMOLE-692: Update 1.0.0 release downloads to comply with latest ASF policy for checksums.


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

Branch: refs/heads/master
Commit: a79b91a7ed33d3ce9f56482493f3a0cdfd330ec2
Parents: 229be79
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Jan 9 19:15:17 2019 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Jan 9 19:15:35 2019 -0800

----------------------------------------------------------------------
 _releases/1.0.0.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/a79b91a7/_releases/1.0.0.md
----------------------------------------------------------------------
diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md
index f0e87d9..89c801a 100644
--- a/_releases/1.0.0.md
+++ b/_releases/1.0.0.md
@@ -11,9 +11,8 @@ 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"
+    "PGP"     : ".asc"
+    "SHA-256" : ".sha256"
 
 source-dist:
     - "source/guacamole-client-1.0.0.tar.gz"


[3/3] guacamole-website git commit: GUACAMOLE-692: Merge updated artifact checksums.

Posted by jm...@apache.org.
GUACAMOLE-692: Merge updated artifact checksums.


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

Branch: refs/heads/master
Commit: deaf0704c996125d2a42cc3a449a53cf0399ae13
Parents: bc714dd a79b91a
Author: James Muehlner <ja...@guac-dev.org>
Authored: Wed Jan 9 19:41:10 2019 -0800
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Wed Jan 9 19:41:10 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             | 3 +++
 8 files changed, 28 insertions(+), 3 deletions(-)
----------------------------------------------------------------------