You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2018/03/14 12:00:13 UTC

[2/2] qpid-site git commit: ensure the interop-test release page links to the SHA checksum

ensure the interop-test release page links to the SHA checksum


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/de9f0321
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/de9f0321
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/de9f0321

Branch: refs/heads/asf-site
Commit: de9f0321dcedc4a31f385a27ea94736520e18621
Parents: 9ac77a1
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Mar 14 11:55:55 2018 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Wed Mar 14 11:55:55 2018 +0000

----------------------------------------------------------------------
 content/releases/qpid-interop-test-0.1.0/index.html | 2 +-
 input/releases/qpid-interop-test-0.1.0/index.md     | 2 +-
 scripts/gen-interop-test-release-page               | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/de9f0321/content/releases/qpid-interop-test-0.1.0/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-interop-test-0.1.0/index.html b/content/releases/qpid-interop-test-0.1.0/index.html
index d865604..d105612 100644
--- a/content/releases/qpid-interop-test-0.1.0/index.html
+++ b/content/releases/qpid-interop-test-0.1.0/index.html
@@ -141,7 +141,7 @@ the files you download.</p>
 <tr>
   <td>Interop Test</td>
   <td><a href="http://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz">qpid-interop-test-0.1.0.tar.gz</a></td>
-  <td><a href="https://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz.asc">PGP</a></td>
+  <td><a href="https://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz.asc">ASC</a>, <a href="https://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz.sha512">SHA512</a></td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/de9f0321/input/releases/qpid-interop-test-0.1.0/index.md
----------------------------------------------------------------------
diff --git a/input/releases/qpid-interop-test-0.1.0/index.md b/input/releases/qpid-interop-test-0.1.0/index.md
index c7a58f9..9554fcc 100644
--- a/input/releases/qpid-interop-test-0.1.0/index.md
+++ b/input/releases/qpid-interop-test-0.1.0/index.md
@@ -34,7 +34,7 @@ the files you download.
 
 | Content | Download | Verify |
 |---------|----------|--------|
-| Interop Test | [qpid-interop-test-0.1.0.tar.gz](http://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz) | [PGP](https://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz.asc) |
+| Interop Test | [qpid-interop-test-0.1.0.tar.gz](http://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz) | [ASC](https://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz.asc), [SHA512](https://archive.apache.org/dist/qpid/interop-test/0.1.0/qpid-interop-test-0.1.0.tar.gz.sha512)|
 
 ## Documentation
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/de9f0321/scripts/gen-interop-test-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-interop-test-release-page b/scripts/gen-interop-test-release-page
index 0bada23..98ad100 100755
--- a/scripts/gen-interop-test-release-page
+++ b/scripts/gen-interop-test-release-page
@@ -110,9 +110,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artifact = artifact.format(release)
         artifact_url = source_artifact_url.format(release, artifact)
         sig_url = "https://archive.apache.org/dist/qpid/interop-test/{}/{}.asc".format(release, artifact)
+        sha_url = "https://archive.apache.org/dist/qpid/interop-test/{}/{}.sha512".format(release, artifact)
 
-        args = summary, artifact, artifact_url, sig_url
-        downloads.append("| {} | [{}]({}) | [PGP]({}) |".format(*args))
+        args = summary, artifact, artifact_url, sig_url, sha_url
+        downloads.append("| {} | [{}]({}) | [ASC]({}), [SHA512]({})|".format(*args))
 
     for key, name, languages, platforms, amqp_versions in component_records:
         link = "[{}]({{{{site_url}}}}/components/{}/index.html)".format(name, key)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org