mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
ask for the keyid in the release script.
This commit is contained in:
parent
3c26f1899e
commit
bccae94874
@ -85,7 +85,13 @@ if [ "x$tagname" != "x" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
git-tag -s ${tagname}
|
||||
echo -n "Enter the keyid:"
|
||||
read keyid
|
||||
if [ x"$keyid" = x"" ];then
|
||||
echo "no keyid"
|
||||
exit 1
|
||||
fi
|
||||
git-tag -u $keyid ${tagname}
|
||||
fi
|
||||
|
||||
echo "Done!"
|
||||
|
Loading…
Reference in New Issue
Block a user