From 5bd9d8d30a2ff984970f5eb42f8c5ae660acb24b Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Tue, 14 Jun 2016 14:48:46 +0200 Subject: [PATCH] Migrated to GitLab --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e606749..2bcdb88 100755 --- a/build.sh +++ b/build.sh @@ -335,7 +335,7 @@ prepare_boinc() echo "Retrieving BOINC (tag: $1) (this may take a while)..." | tee -a $LOGFILE cd $ROOT/3rdparty || failure - git clone git://git.aei.uni-hannover.de/shared/einsteinathome/boinc.git boinc >> $LOGFILE 2>&1 || failure + git clone https://gitlab.aei.uni-hannover.de/einsteinathome/boinc.git boinc >> $LOGFILE 2>&1 || failure cd $ROOT/3rdparty/boinc || failure git checkout $1 >> $LOGFILE 2>&1 || failure fi -- GitLab