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:04:15 UTC

[hadoop] branch branch-3.1 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-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit ec3a5d1db1e38f7f3c85c0c41635f1ba42d6573b
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)
---
 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 9f3bf51..9bc83e5 100755
--- a/dev-support/bin/create-release
+++ b/dev-support/bin/create-release
@@ -641,7 +641,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