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

Don't use SSL over svn

parent a2d6ea71
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ prepare_generic() ...@@ -145,7 +145,7 @@ prepare_generic()
svn update >> $LOGFILE 2>&1 || failure svn update >> $LOGFILE 2>&1 || failure
else else
echo "Retrieving OGLFT (this may take a while)..." | tee -a $LOGFILE echo "Retrieving OGLFT (this may take a while)..." | tee -a $LOGFILE
svn checkout https://oglft.svn.sourceforge.net/svnroot/oglft/trunk . >> $LOGFILE 2>&1 || failure svn checkout http://oglft.svn.sourceforge.net/svnroot/oglft/trunk . >> $LOGFILE 2>&1 || failure
fi fi
cd $ROOT/3rdparty/boinc || failure cd $ROOT/3rdparty/boinc || failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment