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 3785f2b0b2bbd988a0cbd44af66f15c3a48a6300
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Jun 5 19:59:38 2021 -0400

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

diff --git a/sign-artifacts.sh b/sign-artifacts.sh
index 38048b5..b83e3da 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.*
+for f in apache-chainsaw-*-bin.* apache-chainsaw-*-standalone.* 
apache-chainsaw-source*.*
 do
     gpg --default-key="$GPG_KEY" --sign --detach-sign --armor "$f"
     shasum -a 512 "$f" >"$f.sha512"

Reply via email to