script: add hardcoded library release key id
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Apr 2011 15:37:06 +0000 (17:37 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 21 Apr 2011 16:25:32 +0000 (18:25 +0200)
We don't want to use the key that might be configured
in ~/.gitconfig.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Apr 21 18:25:32 CEST 2011 on sn-devel-104

script/librelease.sh

index b2bc9e712a17e9d8bd4f785d55ded853e66e8859..666c39236790159437d3d6fe68c19a3708f9cd57 100755 (executable)
@@ -39,7 +39,7 @@ release_lib() {
 
     tagname=$(basename $tarname .tar | sed s/[\.]/-/g)
     echo "tagging as $tagname"
-    git tag -s "$tagname" -m "$lib: tag release $tagname"
+    git tag -u 13084025 -s "$tagname" -m "$lib: tag release $tagname"
 
     echo "signing"
     rm -f "$tarname.asc"