Change protocoll for any git clone from Github to https

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-04-15 12:33:38 +02:00 committed by Dirk Hohndel
parent d6f2658268
commit d82f8cbd3f
7 changed files with 11 additions and 11 deletions

View file

@ -91,14 +91,14 @@ fi
# ok, now we have Qt, SDK, and NDK - let's get us some Subsurface
if [ ! -d subsurface ] ; then
git clone git://github.com/Subsurface-divelog/subsurface
git clone https://github.com/Subsurface-divelog/subsurface.git
fi
pushd subsurface
git pull --rebase
popd
if [ ! -d libdivecomputer ] ; then
git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc libdivecomputer
git clone -b Subsurface-branch https://github.com/Subsurface-divelog/libdc.git libdivecomputer
pushd libdivecomputer
autoreconf --install
autoreconf --install