From a9eea2eab0383d9dd52a0390a86c6a911c086639 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 23 Jun 2010 12:09:50 +0300 Subject: Remove the unneeded repo-specific setup scripts. --- setup_dahdi-linux | 15 --------------- setup_dahdi-tools | 19 ------------------- setup_libpri | 19 ------------------- 3 files changed, 53 deletions(-) delete mode 100755 setup_dahdi-linux delete mode 100755 setup_dahdi-tools delete mode 100755 setup_libpri diff --git a/setup_dahdi-linux b/setup_dahdi-linux deleted file mode 100755 index ee5132b..0000000 --- a/setup_dahdi-linux +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# Extra setup after cloning the DAHDI-tools 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/dahdi-linux_gitignore .gitignore -ln -s ../../../octapi/software drivers/dahdi/oct612x diff --git a/setup_dahdi-tools b/setup_dahdi-tools deleted file mode 100755 index 47aa2c9..0000000 --- a/setup_dahdi-tools +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# Extra setup after cloning the DAHDI-tools 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/dahdi-tools_gitignore .gitignore - -# A really-dummy menuselect -mkdir menuselect -cp ../asterisk-tools/menuselect/Makefile menuselect -ln -s /bin/true menuselect/menuselect 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 -- cgit v1.2.3