[AIRFLOW-XXX] Use .sha512 for signature As requested by the IPMC
(cherry picked from commit a54f74821e161fd9e5423f5cfebaeab43a021422) Signed-off-by: Bolke de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f123cf5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f123cf5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f123cf5f Branch: refs/heads/v1-10-test Commit: f123cf5f8de71152d1b2b39c5c994bfc00a67d72 Parents: 8e54a29 Author: Bolke de Bruin <[email protected]> Authored: Fri Jul 13 11:42:41 2018 +0200 Committer: Bolke de Bruin <[email protected]> Committed: Fri Jul 13 11:55:28 2018 +0200 ---------------------------------------------------------------------- dev/sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f123cf5f/dev/sign.sh ---------------------------------------------------------------------- diff --git a/dev/sign.sh b/dev/sign.sh index da0f7a9..66427a7 100755 --- a/dev/sign.sh +++ b/dev/sign.sh @@ -25,5 +25,5 @@ NAME=${1} gpg --armor --output ${NAME}.asc --detach-sig ${NAME} -gpg --print-md SHA512 ${NAME} > ${NAME}.sha +gpg --print-md SHA512 ${NAME} > ${NAME}.sha512 gpg --print-md MD5 ${NAME} > ${NAME}.md5
