You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/04/24 23:25:43 UTC

calcite-avatica-go git commit: Remove md5 hash when generating artifacts for a release

Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 93ec4eafa -> 9d56180ea


Remove md5 hash when generating artifacts for a release


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/9d56180e
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/9d56180e
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/9d56180e

Branch: refs/heads/master
Commit: 9d56180eae2a6166414d0732e8f7a8798a9b1858
Parents: 93ec4ea
Author: Francis Chuang <fr...@apache.org>
Authored: Wed Apr 25 09:25:06 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Wed Apr 25 09:25:06 2018 +1000

----------------------------------------------------------------------
 make-release-artifacts.sh | 3 ---
 site/go_development.md    | 2 --
 2 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/9d56180e/make-release-artifacts.sh
----------------------------------------------------------------------
diff --git a/make-release-artifacts.sh b/make-release-artifacts.sh
index c8924ba..7a2f29e 100755
--- a/make-release-artifacts.sh
+++ b/make-release-artifacts.sh
@@ -68,9 +68,6 @@ tar -zcvf dist/$releaseDir/$tarFile --transform "s/^\./$product-src-$tagWithoutR
 
 cd dist/$releaseDir
 
-# Calculate MD5
-gpg --print-md MD5 $tarFile > $tarFile.md5
-
 # Calculate SHA256
 gpg --print-md SHA256 $tarFile > $tarFile.sha256
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/9d56180e/site/go_development.md
----------------------------------------------------------------------
diff --git a/site/go_development.md b/site/go_development.md
index 84a77c4..d1b9fa8 100644
--- a/site/go_development.md
+++ b/site/go_development.md
@@ -86,8 +86,6 @@ The tar.gz must be named `apache-calcite-avatica-go-src-$version.tar.gz`.
 
 There must be a GPG signature for the tar.gz named: `apache-calcite-avatica-go-src-$version.tar.gz.asc`
 
-There must be a MD5 hash for the tar.gz named: `apache-calcite-avatica-go-src-$version.tar.gz.md5`
-
 There must be a SHA256 hash for the tar.gz named: `apache-calcite-avatica-go-src-$version.tar.gz.sha256`
 
 ## Uploading release artifacts to dev for voting