Repository: incubator-airflow Updated Branches: refs/heads/master aa17b5baf -> 39adc77f6
[AIRFLOW-XXX] Use .sha512 for signature As requested by the IPMC Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/a54f7482 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/a54f7482 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/a54f7482 Branch: refs/heads/master Commit: a54f74821e161fd9e5423f5cfebaeab43a021422 Parents: aa17b5b 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:42:41 2018 +0200 ---------------------------------------------------------------------- dev/sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/a54f7482/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
