diff --git a/CMakeLists.txt b/CMakeLists.txt index 169f461..85a19e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} ) diff --git a/download_and_compile.sh b/download_and_compile.sh index a781820..6ec25b4 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -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