Repository: bahir
Updated Branches:
  refs/heads/master 3c036e9ba -> b75765887


[MINOR] Update signature algorithm in release script


Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/85d10180
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/85d10180
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/85d10180

Branch: refs/heads/master
Commit: 85d101807057c4aaaa0c06278dbceaa2aa39310e
Parents: 3c036e9
Author: Luciano Resende <[email protected]>
Authored: Wed Aug 16 22:18:40 2017 -0600
Committer: Luciano Resende <[email protected]>
Committed: Wed Aug 16 22:18:40 2017 -0600

----------------------------------------------------------------------
 dev/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/85d10180/dev/release-build.sh
----------------------------------------------------------------------
diff --git a/dev/release-build.sh b/dev/release-build.sh
index 0b8905d..ab9f534 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -267,7 +267,7 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
         rm -f *.md5
         for i in *.zip *.tar.gz; do openssl md5 -hex $i | sed 
's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
         rm -f *.sha
-        for i in *.zip *.tar.gz; do shasum $i > $i.sha; done
+        for i in *.zip *.tar.gz; do shasum --algorithm 512 --check $i > 
$i.sha512; done
 
         cd .. #exit $RELEASE_VERSION-$RELEASE_RC/
 

Reply via email to