From fd7af82412eb3fc772a58e7ee0a54b5be7bc082f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 19 Dec 2011 18:06:33 +0100 Subject: Update git tar changelog scripts; Add jogamp clone/do-branches scripts --- git/git-tag-tar-changelog.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git/git-tag-tar-changelog.sh') diff --git a/git/git-tag-tar-changelog.sh b/git/git-tag-tar-changelog.sh index 78ce8c3..babcf95 100755 --- a/git/git-tag-tar-changelog.sh +++ b/git/git-tag-tar-changelog.sh @@ -9,8 +9,8 @@ if [ -z "$artifacts" ] ; then fi branch=rc -tag_old=v2.0-rc2 -tag=v2.0-rc3 +tag_old=v2.0-rc4 +tag=v2.0-rc5 sdir=`dirname $0` thisdir=`pwd` @@ -23,7 +23,7 @@ for i in gluegen joal joal-demos jogl jogl-demos jocl jocl-demos ; do cd $i git checkout $branch git pull jogamp $branch - git tag -u 0x8ED60127 -m "Signed Candidate $i $tag $sha" $tag $sha + git tag -s -u 0x8ED60127 -m "$tag" $tag $sha git-new-milestone $i $tag_old $tag cd $thisdir echo done $i -- cgit v1.2.3