X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fgpg-verify-git-signature.sh;h=20bb7456d51fd59d01f365e746b5f1fc54da9478;hb=refs%2Fchanges%2F50%2F72650%2F2;hp=1f473368608e03b13a32d005212cbdbcd1260e04;hpb=2107df3888d36e52cf5758d42f1e71f0d06840d0;p=releng%2Fglobal-jjb.git diff --git a/shell/gpg-verify-git-signature.sh b/shell/gpg-verify-git-signature.sh index 1f473368..20bb7456 100644 --- a/shell/gpg-verify-git-signature.sh +++ b/shell/gpg-verify-git-signature.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2016 The Linux Foundation and others. # @@ -11,9 +11,9 @@ echo "---> gpg-verify-git-signature.sh" if git log --show-signature -1 | grep -E -q 'gpg: Signature made.*key ID'; then - echo "Git commit is GPG signed." + echo "Git commit is GPG signed." else - echo "WARNING: GPG signature missing for the commit." + echo "WARNING: GPG signature missing for the commit." fi # Do NOT fail the job for unsigned commits