#!/bin/sh # Extra setup after cloning the LibPRI repository. # Assumes you also cloned asterisk-tools to a near-by directory. # 'AUTHORS' is generated by './gen_authors >AUTHORS' # Extra setup to run TOOLS_DIR=`dirname $0` # Just in case you'll use git-svn here as well: ln -s $TOOLS_DIR/AUTHORS . git config --add svn.authorsfile AUTHORS ln -s $TOOLS_DIR/libpri_gitignore .gitignore # 1.4 is the real master git branch -m master tmp-master git checkout --track -b master origin/svn_1.4 git branch -D tmp-master