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

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


The following commit(s) were added to refs/heads/master by this push:
     new a4a7bb2  Output file name should now be sha512
a4a7bb2 is described below

commit a4a7bb2a7eff25675111867b0690968d99b6392a
Author: John Ament <[email protected]>
AuthorDate: Fri Dec 29 18:07:49 2017 -0500

    Output file name should now be sha512
---
 release/asf-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/asf-release.sh b/release/asf-release.sh
index 18f5b38..340eea0 100755
--- a/release/asf-release.sh
+++ b/release/asf-release.sh
@@ -135,7 +135,7 @@ function _sign_package {
     echo "Signing archive ${ARCHIVE_NAME}..."
     gpg --armor --output ${ARCHIVE_NAME}.asc --detach-sig ${ARCHIVE_NAME}
     gpg --print-md MD5 ${ARCHIVE_NAME} > ${ARCHIVE_NAME}.md5
-    gpg --print-md SHA512 ${ARCHIVE_NAME} > ${ARCHIVE_NAME}.sha
+    gpg --print-md SHA512 ${ARCHIVE_NAME} > ${ARCHIVE_NAME}.sha512
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to