From d82f8cbd3febbb84714bb3d78bcab5ddcc06ec4d Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sat, 15 Apr 2017 12:33:38 +0200 Subject: Change protocoll for any git clone from Github to https Signed-off-by: Stefan Fuchs --- packaging/android/android-build-wrapper.sh | 4 ++-- packaging/android/build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging/android') diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh index 054d9b4bb..e532c7a21 100644 --- a/packaging/android/android-build-wrapper.sh +++ b/packaging/android/android-build-wrapper.sh @@ -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 diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 29cbdb4f1..0f2a1d0c3 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -315,7 +315,7 @@ if [ ! -e "$PKG_CONFIG_LIBDIR/libdivecomputer.pc" ] ; then fi if [ ! -e qt-android-cmake ] ; then - git clone git://github.com/LaurentGomila/qt-android-cmake.git + git clone https://github.com/LaurentGomila/qt-android-cmake.git else pushd qt-android-cmake git pull -- cgit v1.2.3-70-g09d2