From 805b179aa915d49a38cb1471bd6b539d75aea1d1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 27 Mar 2015 23:27:57 +0100 Subject: git-tag-tar...: Add jcpp and oculusvr-sdk; Use tar.xz compression for sources. --- git/git-tar-changelog.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'git/git-tar-changelog.sh') 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 -- cgit v1.2.3