#!/bin/bash
[ -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 +pynfs-git-%Y-%m-%d-%H-%M`
giturl="git://git.linux-nfs.org/projects/bfields/pynfs.git"
gitwcdir="pynfs"
ctcpath="svn://svn.lkpg.cendio.se/vendor/pynfs"
topdir="${ORIGIN}/../.."

#
# Call common code
#

source ${topdir}/buildtools/bin/vendordrop_git.sh
