diff options
author | Sven Gothel <[email protected]> | 2015-03-27 23:27:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-27 23:27:57 +0100 |
commit | 805b179aa915d49a38cb1471bd6b539d75aea1d1 (patch) | |
tree | 660cd23f87c31ba721abe8c6a2f98a7c58b147c4 /git/git-tar-changelog.sh | |
parent | c9e3db639d9a451cdb34d777a01d104cbcfc8bf6 (diff) |
git-tag-tar...: Add jcpp and oculusvr-sdk; Use tar.xz compression for sources.
Diffstat (limited to 'git/git-tar-changelog.sh')
-rwxr-xr-x | git/git-tar-changelog.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/git/git-tar-changelog.sh b/git/git-tar-changelog.sh index 6339ed1..6556f4e 100755 --- a/git/git-tar-changelog.sh +++ b/git/git-tar-changelog.sh @@ -1,15 +1,15 @@ #! /bin/bash -branch=rc -tag_old=v2.0.2-rc12 -tag=v2.0.2 +branch=master +tag_old=v2.3.0 +tag=v2.3.1 sdir=`dirname $0` thisdir=`pwd` . $sdir/funcs_git.sh -for i in gluegen joal joal-demos jogl jogl-demos jocl jocl-demos ; do +for i in gluegen jcpp joal joal-demos jogl oculusvr-sdk jogl-demos jocl jocl-demos ; do cd $i git checkout $branch git pull jogamp $branch |