[ 
https://issues.apache.org/jira/browse/PARQUET-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478890#comment-16478890
 ] 

ASF GitHub Bot commented on PARQUET-1294:
-----------------------------------------

zivanfi closed pull request #475: PARQUET-1294: Update release scripts for the 
new Apache policy
URL: https://github.com/apache/parquet-mr/pull/475
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dev/source-release.sh b/dev/source-release.sh
index c342c7678..28c414f0b 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update release scripts for the new Apache policy
> ------------------------------------------------
>
>                 Key: PARQUET-1294
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1294
>             Project: Parquet
>          Issue Type: Task
>          Components: parquet-format, parquet-mr
>            Reporter: Gabor Szadovszky
>            Assignee: Gabor Szadovszky
>            Priority: Major
>
> The Apache policy about the checksums is changed recently so it is required 
> to update to related release scripts. See the policy detailed here: 
> http://www.apache.org/dev/release-distribution#sigs-and-sums



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to