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


The following commit(s) were added to refs/heads/master by this push:
     new 32d45cd  Sign the correct source format
32d45cd is described below

commit 32d45cdde7af05089ea25e614f3f2249f3178564
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Jun 5 20:33:38 2021 -0400

    Sign the correct source format
---
 sign-artifacts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sign-artifacts.sh b/sign-artifacts.sh
index b83e3da..ac2a6e7 100755
--- a/sign-artifacts.sh
+++ b/sign-artifacts.sh
@@ -11,7 +11,7 @@ fi
 GPG_KEY="$1"
 
 cd target
-for f in apache-chainsaw-*-bin.* apache-chainsaw-*-standalone.* 
apache-chainsaw-source*.*
+for f in apache-chainsaw-*-bin.* apache-chainsaw-*-standalone.* 
apache-chainsaw-*-src.*
 do
     gpg --default-key="$GPG_KEY" --sign --detach-sign --armor "$f"
     shasum -a 512 "$f" >"$f.sha512"

Reply via email to