This is an automated email from the ASF dual-hosted git repository.
zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new a287522 PARQUET-1294: Update release scripts for the new Apache policy (#475)
a287522 is described below
commit a287522ad677e8453ff931a2811b48a05d34072f
Author: Gabor Szadovszky <gabor@apache.org>
AuthorDate: Thu May 17 12:56:15 2018 +0200
PARQUET-1294: Update release scripts for the new Apache policy (#475)
---
dev/source-release.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev/source-release.sh b/dev/source-release.sh
index c342c76..28c414f 100644
--- a/dev/source-release.sh
+++ b/dev/source-release.sh
@@ -58,8 +58,7 @@ git archive $release_hash --prefix $tag/ -o $tarball
# sign the archive
gpg --armor --output ${tarball}.asc --detach-sig $tarball
-gpg --print-md MD5 $tarball > ${tarball}.md5
-shasum $tarball > ${tarball}.sha
+shasum -a 512 $tarball > ${tarball}.sha512
# check out the parquet RC folder
svn co --depth=empty https://dist.apache.org/repos/dist/dev/parquet tmp
--
To stop receiving notification emails like this one, please contact
zivanfi@apache.org.
|