Replace old gitorious urls with new locations

This commit is contained in:
Torsten Dreyer 2015-05-27 10:40:34 +02:00
parent 245ab83192
commit 355a88d0cd
2 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ endif()
if (FALSE)
ExternalProject_Add(OpenRTI
PREFIX ${CMAKE_BINARY_DIR}
DOWNLOAD_COMMAND GIT_REPOSITORY git://gitorious.org/openrti/openrti.git
DOWNLOAD_COMMAND GIT_REPOSITORY git://git.code.sf.net/p/openrti/OpenRTI
BINARY_DIR rtibuild
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${RTI_INSTALL_PREFIX}
)

View File

@ -548,7 +548,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGX"' ]]; then
mkdir -p "fgx"
cd "$CBD"/fgx
_gitDownload https://gitorious.org/fgx/fgx.git
_gitDownload https://github.com/fgx/fgx.git
_gitUpdate master
cd "$CBD"/fgx/src/
@ -605,7 +605,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="ATCPIE"' ]]; then
mkdir -p "$INSTALL_DIR_ATCPIE"
cd $INSTALL_DIR_ATCPIE
_gitDownload https://gitorious.org/atc-pie/atc-pie.git
_gitDownload git://git.code.sf.net/p/atc-pie/code
_gitUpdate master
cd "$CBD"
@ -709,7 +709,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="TERRAGEARGUI"' ]]; then
mkdir -p "terrageargui"
cd "$CBD"/terrageargui
_gitDownload https://gitorious.org/fgscenery/terrageargui.git
_gitDownload git://git.code.sf.net/p/flightgear/fgscenery/terrageargui
_gitUpdate master