diff options
author | Sven Gothel <[email protected]> | 2011-12-19 18:06:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-19 18:06:33 +0100 |
commit | fd7af82412eb3fc772a58e7ee0a54b5be7bc082f (patch) | |
tree | 53a0260400772ef42f3a8b738efd5462a59d0ba2 /git/git-tag-tar-changelog.sh | |
parent | 2b896bb23fc3218f1d94eae93f1fb0ee6d613743 (diff) |
Update git tar changelog scripts; Add jogamp clone/do-branches scripts
Diffstat (limited to 'git/git-tag-tar-changelog.sh')
-rwxr-xr-x | git/git-tag-tar-changelog.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |