summaryrefslogtreecommitdiff
path: root/setup_libpri
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-06-23 12:09:50 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-06-23 12:09:50 +0300
commita9eea2eab0383d9dd52a0390a86c6a911c086639 (patch)
treef7c551c8a94f9e2bb975671fa627db915d922f95 /setup_libpri
parentba57c30719fa181a203d87ff780651a71dc70fa3 (diff)
Remove the unneeded repo-specific setup scripts.
Diffstat (limited to 'setup_libpri')
-rwxr-xr-xsetup_libpri19
1 files changed, 0 insertions, 19 deletions
diff --git a/setup_libpri b/setup_libpri
deleted file mode 100755
index 632c012..0000000
--- a/setup_libpri
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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