Build script: use mirror on our git server

gitorious is going away and the project doesn't appear to have migrated
anywhere, yet.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-07 12:45:59 -07:00
parent 97e70a9c0e
commit 4fc4bbd9bc

View file

@ -159,7 +159,7 @@ if [ ! -d grantlee ] ; then
if [[ $1 = local ]] ; then
git clone $SRC/../grantlee grantlee
else
git clone https://gitorious.org/grantlee/grantlee.git
git clone git://subsurface-divelog.org/grantlee
fi
fi
cd grantlee