You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/08/22 02:05:08 UTC

[hadoop] branch branch-2.9 updated: HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy.

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

aajisaka pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new e8235e4  HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy.
e8235e4 is described below

commit e8235e4a8229eada4deadaa54855e64a85a785ad
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Wed Aug 7 13:29:30 2019 +0900

    HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy.
    
    This closes #1243
    
    (cherry picked from commit 34dd9ee36674be670013d4fc3d9b8f5b36886812)
    (cherry picked from commit 786df37429b984c21d0e855f969cf3ec04b1e8cb)
---
 dev-support/bin/create-release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/bin/create-release b/dev-support/bin/create-release
index a089e7c..fc3f5cc 100755
--- a/dev-support/bin/create-release
+++ b/dev-support/bin/create-release
@@ -601,7 +601,7 @@ function signartifacts
 
   for i in ${ARTIFACTS_DIR}/*; do
     ${GPG} --use-agent --armor --output "${i}.asc" --detach-sig "${i}"
-    ${GPG} --print-mds "${i}" > "${i}.mds"
+    sha512sum --tag "${i}" > "${i}.sha512"
   done
 
   if [[ "${ASFRELEASE}" = true ]]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org