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 --- scripts/build.sh | 8 ++++---- scripts/mobilecomponents.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index 5a95d319c..1e64b5156 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -94,7 +94,7 @@ if [[ $PLATFORM = Darwin || "$LIBGIT" < "24" ]] ; then if [[ $1 = local ]] ; then git clone $SRC/../libgit2 libgit2 else - git clone git://github.com/libgit2/libgit2 + git clone https://github.com/libgit2/libgit2.git fi fi cd libgit2 @@ -129,7 +129,7 @@ if [ ! -d libdivecomputer ] ; then if [[ $1 = local ]] ; then git clone $SRC/../libdivecomputer libdivecomputer else - git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer + git clone -b Subsurface-branch https://github.com/Subsurface-divelog/libdc.git libdivecomputer fi fi cd libdivecomputer @@ -162,7 +162,7 @@ if [ $BUILDMARBLE = 1 ]; then if [[ $1 = local ]] ; then git clone $SRC/../marble-source marble-source else - git clone -b Subsurface-branch git://github.com/Subsurface-divelog/marble.git marble-source + git clone -b Subsurface-branch https://github.com/Subsurface-divelog/marble.git marble-source fi fi cd marble-source @@ -222,7 +222,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then if [[ $1 = local ]] ; then git clone $SRC/../grantlee grantlee else - git clone git://github.com/steveire/grantlee.git + git clone https://github.com/steveire/grantlee.git fi fi cd grantlee diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 71c053177..9c8515b97 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -26,7 +26,7 @@ fi # or SHAs from upstream cd $SRC if [ ! -d kirigami ] ; then - git clone -b master git://github.com/KDE/kirigami + git clone -b master https://github.com/KDE/kirigami.git fi if [ "$NOPULL" = "" ] ; then pushd kirigami -- cgit v1.2.3-70-g09d2