This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f55d4b  RATIS-446. Fix file suffix per ASF policy
5f55d4b is described below

commit 5f55d4be4f3d16b7c522c674ce9cb3d3cf9bab70
Author: Josh Elser <[email protected]>
AuthorDate: Fri Nov 30 15:05:32 2018 -0500

    RATIS-446. Fix file suffix per ASF policy
---
 dev-support/make_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index ad953c3..c1a3e35 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -101,7 +101,7 @@ echo "Check the content of ${archivedir}"
 echo "If good, sign and push to dist.apache.org"
 echo "  cd ${archivedir}"
 echo '  for i in *.tar.gz; do echo $i; gpg --print-mds $i > $i.mds ; done'
-echo '  for i in *.tar.gz; do echo $i; gpg --print-md SHA512 $i > $i.sha ; 
done'
+echo '  for i in *.tar.gz; do echo $i; gpg --print-md SHA512 $i > $i.sha512 ; 
done'
 echo '  for i in *.tar.gz; do echo $i; gpg --armor --output $i.asc 
--detach-sig $i ; done'
 echo
 echo "Check the content deployed to maven."

Reply via email to