From 34dd9ee36674be670013d4fc3d9b8f5b36886812 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 7 Aug 2019 13:29:30 +0900 Subject: [PATCH] HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy. This closes #1243 --- 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 3544798290..d14c0073a5 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