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/28 13:07:52 UTC

qpid-site git commit: update release page generation to remove .md5 checksum links, future releases wont have them

Repository: qpid-site
Updated Branches:
  refs/heads/asf-site b48c29f30 -> 051e5d121


update release page generation to remove .md5 checksum links, future releases wont have them


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

Branch: refs/heads/asf-site
Commit: 051e5d1212021db619b7a08ddd9c90fc84b89559
Parents: b48c29f
Author: Robbie Gemmell <ro...@apache.org>
Authored: Wed Mar 28 14:07:37 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Wed Mar 28 14:07:37 2018 +0100

----------------------------------------------------------------------
 scripts/gen-broker-j-release-page     | 10 ++++------
 scripts/gen-cpp-release-page          |  5 ++---
 scripts/gen-dispatch-release-page     |  5 ++---
 scripts/gen-java-release-page         | 10 ++++------
 scripts/gen-jms-amqp-0-x-release-page |  5 ++---
 scripts/gen-jms-release-page          |  5 ++---
 scripts/gen-proton-j-release-page     |  5 ++---
 scripts/gen-proton-release-page       |  5 ++---
 scripts/gen-python-release-page       |  5 ++---
 9 files changed, 22 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-broker-j-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-broker-j-release-page b/scripts/gen-broker-j-release-page
index 7af2b57..a947784 100755
--- a/scripts/gen-broker-j-release-page
+++ b/scripts/gen-broker-j-release-page
@@ -124,11 +124,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artefact_url = source_artefact_url.format(release, artefact)
         artefact_url_https = source_artefact_url_https.format(release, artefact)
         asc_url = "{}.asc".format(artefact_url_https)
-        md5_url = "{}.md5".format(artefact_url_https)
         sha_url = "{}.sha512".format(artefact_url_https)
 
-        args = summary, artefact, artefact_url, asc_url, md5_url, sha_url
-        row = "| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args)
+        args = summary, artefact, artefact_url, asc_url, sha_url
+        row = "| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args)
 
         source_artefacts.append(row)
 
@@ -137,11 +136,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artefact_url = binary_artefact_url.format(release, artefact)
         artefact_url_https = binary_artefact_url_https.format(release, artefact)
         asc_url = "{}.asc".format(artefact_url_https)
-        md5_url = "{}.md5".format(artefact_url_https)
         sha_url = "{}.sha512".format(artefact_url_https)
 
-        args = summary, artefact, artefact_url, asc_url, md5_url, sha_url
-        row = "| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args)
+        args = summary, artefact, artefact_url, asc_url, sha_url
+        row = "| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args)
 
         binary_artefacts.append(row)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-cpp-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-cpp-release-page b/scripts/gen-cpp-release-page
index d845ae6..13784ac 100755
--- a/scripts/gen-cpp-release-page
+++ b/scripts/gen-cpp-release-page
@@ -122,11 +122,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artefact_url = source_artefact_url.format(release, artefact)
         artefact_url_https = source_artefact_url_https.format(release, artefact)
         asc_url = "{}.asc".format(artefact_url_https)
-        md5_url = "{}.md5".format(artefact_url_https)
         sha512_url = "{}.sha512".format(artefact_url_https)
 
-        args = summary, artefact, artefact_url, asc_url, md5_url, sha512_url
-        row = "| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args)
+        args = summary, artefact, artefact_url, asc_url, sha512_url
+        row = "| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args)
 
         source_artefacts.append(row)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-dispatch-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-dispatch-release-page b/scripts/gen-dispatch-release-page
index 6ffb0a7..e000484 100755
--- a/scripts/gen-dispatch-release-page
+++ b/scripts/gen-dispatch-release-page
@@ -113,11 +113,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artifact_url = artifact_url_template.format(release, artifact)
         artifact_url_https = artifact_url_template_https.format(release, artifact)
         asc_url = "{}.asc".format(artifact_url_https)
-        md5_url = "{}.md5".format(artifact_url_https)
         sha_url = "{}.sha512".format(artifact_url_https)
 
-        args = summary, artifact, artifact_url, asc_url, md5_url, sha_url
-        downloads.append("| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args))
+        args = summary, artifact, artifact_url, asc_url, sha_url
+        downloads.append("| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args))
 
     downloads = "\n".join(downloads)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-java-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-java-release-page b/scripts/gen-java-release-page
index f36aac6..22dab72 100755
--- a/scripts/gen-java-release-page
+++ b/scripts/gen-java-release-page
@@ -141,11 +141,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artefact_url = source_artefact_url.format(release, artefact)
         artefact_url_https = source_artefact_url_https.format(release, artefact)
         asc_url = "{}.asc".format(artefact_url_https)
-        md5_url = "{}.md5".format(artefact_url_https)
         sha_url = "{}.sha512".format(artefact_url_https)
 
-        args = summary, artefact, artefact_url, asc_url, md5_url, sha_url
-        row = "| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args)
+        args = summary, artefact, artefact_url, asc_url, sha_url
+        row = "| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args)
 
         source_artefacts.append(row)
 
@@ -154,11 +153,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artefact_url = binary_artefact_url.format(release, artefact)
         artefact_url_https = binary_artefact_url_https.format(release, artefact)
         asc_url = "{}.asc".format(artefact_url_https)
-        md5_url = "{}.md5".format(artefact_url_https)
         sha_url = "{}.sha512".format(artefact_url_https)
 
-        args = summary, artefact, artefact_url, asc_url, md5_url, sha_url
-        row = "| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args)
+        args = summary, artefact, artefact_url, asc_url, sha_url
+        row = "| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args)
 
         binary_artefacts.append(row)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-jms-amqp-0-x-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-jms-amqp-0-x-release-page b/scripts/gen-jms-amqp-0-x-release-page
index 009939e..d992ca5 100755
--- a/scripts/gen-jms-amqp-0-x-release-page
+++ b/scripts/gen-jms-amqp-0-x-release-page
@@ -116,11 +116,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artifact_url = artifact_url_template.format(release, subfolder, artifact)
         artifact_url_https = artifact_url_template_https.format(release, subfolder, artifact)
         asc_url = "{}.asc".format(artifact_url_https)
-        md5_url = "{}.md5".format(artifact_url_https)
         sha_url = "{}.sha512".format(artifact_url_https)
 
-        args = summary, artifact, artifact_url, asc_url, md5_url, sha_url
-        downloads.append("| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args))
+        args = summary, artifact, artifact_url, asc_url, sha_url
+        downloads.append("| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args))
 
     downloads = "\n".join(downloads)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-jms-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-jms-release-page b/scripts/gen-jms-release-page
index 937ac3b..e17f348 100755
--- a/scripts/gen-jms-release-page
+++ b/scripts/gen-jms-release-page
@@ -115,11 +115,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artifact_url = artifact_url_template.format(release, artifact)
         artifact_url_https = artifact_url_template_https.format(release, artifact)
         asc_url = "{}.asc".format(artifact_url_https)
-        md5_url = "{}.md5".format(artifact_url_https)
         sha_url = "{}.sha512".format(artifact_url_https)
 
-        args = summary, artifact, artifact_url, asc_url, md5_url, sha_url
-        downloads.append("| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args))
+        args = summary, artifact, artifact_url, asc_url, sha_url
+        downloads.append("| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args))
 
     downloads = "\n".join(downloads)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-proton-j-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-proton-j-release-page b/scripts/gen-proton-j-release-page
index 8e9bd79..8de1f35 100755
--- a/scripts/gen-proton-j-release-page
+++ b/scripts/gen-proton-j-release-page
@@ -109,11 +109,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artifact_url = artifact_url_template.format(release, artifact)
         artifact_url_https = artifact_url_template_https.format(release, artifact)
         asc_url = "{}.asc".format(artifact_url_https)
-        md5_url = "{}.md5".format(artifact_url_https)
         sha_url = "{}.sha512".format(artifact_url_https)
 
-        args = summary, artifact, artifact_url, asc_url, md5_url, sha_url
-        downloads.append("| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args))
+        args = summary, artifact, artifact_url, asc_url, sha_url
+        downloads.append("| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args))
 
     downloads = "\n".join(downloads)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-proton-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-proton-release-page b/scripts/gen-proton-release-page
index 328b299..38571bf 100755
--- a/scripts/gen-proton-release-page
+++ b/scripts/gen-proton-release-page
@@ -115,11 +115,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artifact_url = artifact_url_template.format(release, artifact)
         artifact_url_https = artifact_url_template_https.format(release, artifact)
         asc_url = "{}.asc".format(artifact_url_https)
-        md5_url = "{}.md5".format(artifact_url_https)
         sha512_url = "{}.sha512".format(artifact_url_https)
 
-        args = summary, artifact, artifact_url, asc_url, md5_url, sha512_url
-        downloads.append("| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args))
+        args = summary, artifact, artifact_url, asc_url, sha512_url
+        downloads.append("| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args))
 
     downloads = "\n".join(downloads)
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/051e5d12/scripts/gen-python-release-page
----------------------------------------------------------------------
diff --git a/scripts/gen-python-release-page b/scripts/gen-python-release-page
index ddbc1a3..180005c 100755
--- a/scripts/gen-python-release-page
+++ b/scripts/gen-python-release-page
@@ -118,11 +118,10 @@ def gen_release_page(release, issues_release, source_release, release_dir):
         artefact_url = source_artefact_url.format(release, artefact)
         artefact_url_https = source_artefact_url_https.format(release, artefact)
         asc_url = "{}.asc".format(artefact_url_https)
-        md5_url = "{}.md5".format(artefact_url_https)
         sha512_url = "{}.sha512".format(artefact_url_https)
 
-        args = summary, artefact, artefact_url, asc_url, md5_url, sha512_url
-        row = "| {} | [{}]({}) | [ASC]({}), [MD5]({}), [SHA512]({}) |".format(*args)
+        args = summary, artefact, artefact_url, asc_url, sha512_url
+        row = "| {} | [{}]({}) | [ASC]({}), [SHA512]({}) |".format(*args)
 
         source_artefacts.append(row)
 


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