From 8f5a14dc93baaddbcbca165d6b7cabd53411598a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Sat, 7 Mar 2015 23:58:58 +0100 Subject: [PATCH] d&c: update for new FGData repository --- download_and_compile.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 52eded4..33651fe 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -76,10 +76,8 @@ fi if [ "$STABLE" = "STABLE" ]; then FGVERSION=$FGVERSION - FGDATAVERSION=$FGVERSION else FGVERSION="next" - FGDATAVERSION="master" fi @@ -389,8 +387,8 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGFS"' || "$(declare -p WHAT echo "**************** DATA ******************" | tee -a $LOGFILE echo "****************************************" | tee -a $LOGFILE - _gitDownload https://gitorious.org/fg/fgdata.git - _gitUpdate $FGDATAVERSION + _gitDownload git://git.code.sf.net/p/flightgear/fgdata + _gitUpdate $FGVERSION fi cd "$CBD"