summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-01-19 00:14:30 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-01-20 01:31:59 +0000
commit8526682a96669fc9f079c10d1bedfb83e4c7530b (patch)
tree08150b54aed53ab312cc62fa87be0f7318cbca65
parent66998b7313799c175583d2fbe524f6f9d46943a7 (diff)
downloadklibc-maint-8526682a96669fc9f079c10d1bedfb83e4c7530b.tar.gz
newklibc: Include name and version in tag messages
The tag name is *not* part of the signed data, so we should specify the name and version in the message. Also fix the typo "relased".
-rwxr-xr-xnewklibc2
1 files changed, 1 insertions, 1 deletions
diff --git a/newklibc b/newklibc
index b03d4d1..f697d01 100755
--- a/newklibc
+++ b/newklibc
@@ -46,7 +46,7 @@ umask 022
if $real; then
unset GPG_AGENT_INFO
eval $(gpg-agent --daemon --quiet --no-use-standard-socket --keep-tty --keep-display --sh)
- git tag -u "$signkey" -f -m "Relased on $now" "$tag"
+ git tag -u "$signkey" -f -m "klibc $version released on $now" "$tag"
fi
exportdir="$here"/"$tag"