You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/04/05 11:34:38 UTC

[incubator-openwhisk-release] branch master updated: Output the script's SHA1 as a version ID (#266)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 3501d5c  Output the script's SHA1 as a version ID (#266)
3501d5c is described below

commit 3501d5c7fc9a7496b5115a65be9841bc9121ae2a
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Apr 5 13:34:33 2019 +0200

    Output the script's SHA1 as a version ID (#266)
---
 tools/rcverify.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/rcverify.sh b/tools/rcverify.sh
index db818da..5c36504 100755
--- a/tools/rcverify.sh
+++ b/tools/rcverify.sh
@@ -59,6 +59,8 @@ The Apache Software Foundation (http://www.apache.org/).
 END
 )
 
+echo "$(basename $0) (script SHA1: $(gpg --print-md SHA1 $0 | cut -d' ' -f2-))"
+
 DIR=$(mktemp -d)
 
 echo working in the following directory: