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-format.git
The following commit(s) were added to refs/heads/master by this push:
new 0fdd35a PARQUET-1294: Update release scripts for the new Apache policy
0fdd35a is described below
commit 0fdd35a4f2abd2179ae51f2e2a876cfc5b58fd40
Author: Gabor Szadovszky <gabor.szadovszky@cloudera.com>
AuthorDate: Thu May 10 16:22:24 2018 +0200
PARQUET-1294: Update release scripts for the new Apache policy
---
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 a58c520..8d4e281 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.
|