mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
script/librelease.sh: keep dots in the release tag
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jun 30 18:52:06 CEST 2011 on sn-devel-104
This commit is contained in:
parent
84d9cdb511
commit
4804013210
@ -39,7 +39,7 @@ release_lib() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
tagname=$(basename $tarname .tar | sed s/[\.]/-/g)
|
||||
tagname=$(basename $tarname .tar)
|
||||
echo "tagging as $tagname"
|
||||
git tag -u $GPG_KEYID -s "$tagname" -m "$lib: tag release $tagname" || {
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user