summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-03-09 09:41:22 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:12 +0100
commit73099359727e52e70d52fd230c5b9e38893d80fa (patch)
tree77a56a36c69c04e36cd5c63b9b3d733388940fc5 /tools
parentcd5d8f3ad94e0042a861270a7b6d5b53cf92f1ef (diff)
Create shared GIT repositories with the add-dependency script
Diffstat (limited to 'tools')
-rwxr-xr-xtools/add-dependency.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/add-dependency.sh b/tools/add-dependency.sh
index 979d73e3..a31ff16d 100755
--- a/tools/add-dependency.sh
+++ b/tools/add-dependency.sh
@@ -18,7 +18,7 @@ curdir=`pwd`
set -x
-ssh $SSH_LOGIN "git init --bare $GIT_ROOT/$DEPENDENCY.git"
+ssh $SSH_LOGIN "git init --shared --bare $GIT_ROOT/$DEPENDENCY.git"
git init $PREFIX/$DEPENDENCY
cd $PREFIX/$DEPENDENCY
wget $LOCATION -O $DEPENDENCY.tarball