[clinfo] 37/55: Switch to annotated tags

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:40:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository clinfo.

commit 481dcd39e618d9daf6481730aaf04339cda547b8
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Fri Aug 25 12:49:57 2017 +0200

    Switch to annotated tags
---
 new-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/new-version.sh b/new-version.sh
index 288833a..4fa0dc1 100755
--- a/new-version.sh
+++ b/new-version.sh
@@ -20,5 +20,5 @@ VERSION="$MAJOR$SUBV"
 sed -i -e "/clinfo version/ s/version \S\+\"/version $VERSION\"/" src/clinfo.c
 sed -i -e "1 s/\".\+$/\"$DATE\" \"clinfo $VERSION\"/" man/clinfo.1
 
-git commit -m "Version $VERSION" -e -a && git tag $VERSION
+git commit -m "Version $VERSION" -e -a && git tag -m "Version $VERSION" $VERSION
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list