#!/bin/sh

[ -h "$0" ] && ORIGIN=`ls -l "$0" | sed "s/.*-> //g"` || ORIGIN="$0"
ORIGIN=`(cd "\`dirname \"$ORIGIN\"\`"; pwd -P 2>/dev/null || pwd)`

#
# Configuration section
#
tag=`date +cheetah-%Y-%m-%d-%H-%M`
giturl="https://github.com/CheetahTemplate3/cheetah3.git"
gitwcdir="cheetah3"
ctcpath="svn://svn.lkpg.cendio.se/vendor/cheetah"
topdir="${ORIGIN}/../.."
branch="origin/master"

#
# Call common code
#
source ${topdir}/buildtools/bin/vendordrop_git.sh
