summaryrefslogtreecommitdiff
path: root/script/librelease.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/librelease.sh')
-rwxr-xr-xscript/librelease.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/librelease.sh b/script/librelease.sh
index 666c392367..70048e9203 100755
--- a/script/librelease.sh
+++ b/script/librelease.sh
@@ -2,6 +2,7 @@
# make a release of a Samba library
GPG_USER='Samba Library Distribution Key <samba-bugs@samba.org>'
+GPG_KEYID='13084025'
if [ ! -d ".git" ]; then
echo "Run this script from the top-level directory in the"
@@ -39,7 +40,7 @@ release_lib() {
tagname=$(basename $tarname .tar | sed s/[\.]/-/g)
echo "tagging as $tagname"
- git tag -u 13084025 -s "$tagname" -m "$lib: tag release $tagname"
+ git tag -u $GPG_KEYID -s "$tagname" -m "$lib: tag release $tagname"
echo "signing"
rm -f "$tarname.asc"