aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-08-29 17:47:56 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-08-29 17:47:56 -0400
commitc4ddc9e03fe36096f0a91c11c3599445b1f680a7 (patch)
treede4156dd783e4932bae15edf80c5cd17391e09fe
parent1ba761cb1449107bec76e5329149c64b20ac2cb9 (diff)
downloadkorg-helpers-c4ddc9e03fe36096f0a91c11c3599445b1f680a7.tar.gz
Tweak trusted comment content
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xgit-archive-signer3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-archive-signer b/git-archive-signer
index 6d84b47..6b3d840 100755
--- a/git-archive-signer
+++ b/git-archive-signer
@@ -121,7 +121,7 @@ if [[ ${USE_MINISIGN} == "yes" ]]; then
fi
MINISIGN_CMD="${MINISIGNBIN}"
MINISIGN_COMMENT="This minisign signature is for the .tar version of the archive"
- MINISIGN_TRUSTED="Generated with ${GIT_VERSION} using: ${GIT_ARCHIVE_CMD}"
+ MINISIGN_TRUSTED="$(date -u), ${GIT_VERSION}, using: ${GIT_ARCHIVE_CMD}"
# If minisign-keyfile is set, we'll use that key instead of the default
MINISIGN_KEY="$(git config --get archive-signer.minisign-key)"
if [[ ! -z ${MINISIGN_KEY} ]]; then
@@ -164,6 +164,7 @@ if [[ ${USE_MINISIGN} == "yes" ]]; then
echo "-----"
git --no-pager notes --ref=${NOTEREF_MINISIG} show ${TAG}
echo "-----"
+ echo
rm -f ${MINISIGN_OUT}
fi