This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
commit 1a529c48bb42bb51e39012af55a56d98a1e28af6 Author: Robert Middleton <[email protected]> AuthorDate: Sat Jun 5 19:51:24 2021 -0400 Remove MD5 as it is deprecated --- sign-artifacts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sign-artifacts.sh b/sign-artifacts.sh index fb4959e..38048b5 100755 --- a/sign-artifacts.sh +++ b/sign-artifacts.sh @@ -14,6 +14,5 @@ cd target for f in apache-chainsaw-*-bin.* apache-chainsaw-*-standalone.* do gpg --default-key="$GPG_KEY" --sign --detach-sign --armor "$f" - md5 "$f" >"$f.md5" shasum -a 512 "$f" >"$f.sha512" done
