You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/06/06 00:33:48 UTC

[logging-chainsaw] branch master updated: Sign the correct source format

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 <ro...@rm5248.com>
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"