d&c: update for new FGData repository
This commit is contained in:
parent
0bde0fbce9
commit
8f5a14dc93
1 changed files with 2 additions and 4 deletions
|
@ -76,10 +76,8 @@ fi
|
||||||
|
|
||||||
if [ "$STABLE" = "STABLE" ]; then
|
if [ "$STABLE" = "STABLE" ]; then
|
||||||
FGVERSION=$FGVERSION
|
FGVERSION=$FGVERSION
|
||||||
FGDATAVERSION=$FGVERSION
|
|
||||||
else
|
else
|
||||||
FGVERSION="next"
|
FGVERSION="next"
|
||||||
FGDATAVERSION="master"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -389,8 +387,8 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGFS"' || "$(declare -p WHAT
|
||||||
echo "**************** DATA ******************" | tee -a $LOGFILE
|
echo "**************** DATA ******************" | tee -a $LOGFILE
|
||||||
echo "****************************************" | tee -a $LOGFILE
|
echo "****************************************" | tee -a $LOGFILE
|
||||||
|
|
||||||
_gitDownload https://gitorious.org/fg/fgdata.git
|
_gitDownload git://git.code.sf.net/p/flightgear/fgdata
|
||||||
_gitUpdate $FGDATAVERSION
|
_gitUpdate $FGVERSION
|
||||||
fi
|
fi
|
||||||
cd "$CBD"
|
cd "$CBD"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue