Skip to content
Snippets Groups Projects
Commit 5bd9d8d3 authored by Oliver Bock's avatar Oliver Bock
Browse files

Migrated to GitLab

parent 90d3187d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment