1
0
Fork 0

d&c: change gitorious.org to sourceforge.net

This commit is contained in:
Clément de l'Hamaide 2015-03-12 18:03:16 +01:00
parent e80520c9ac
commit d001ca1263

View file

@ -267,7 +267,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="PLIB"' ]]; then
mkdir -p "plib" mkdir -p "plib"
cd "$CBD"/plib cd "$CBD"/plib
_gitDownload https://gitorious.org/libplib/libplib.git _gitDownload git://git.code.sf.net/p/libplib/code
_gitUpdate master _gitUpdate master
if [ "$RECONFIGURE" = "y" ]; then if [ "$RECONFIGURE" = "y" ]; then
@ -329,7 +329,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="SIMGEAR"' ]]; then
mkdir -p "simgear" mkdir -p "simgear"
cd "$CBD"/simgear cd "$CBD"/simgear
_gitDownload https://gitorious.org/fg/simgear.git _gitDownload git://git.code.sf.net/p/flightgear/simgear
_gitUpdate $FGVERSION _gitUpdate $FGVERSION
if [ "$RECONFIGURE" = "y" ]; then if [ "$RECONFIGURE" = "y" ]; then
@ -361,7 +361,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGFS"' || "$(declare -p WHAT
cd "$CBD"/flightgear cd "$CBD"/flightgear
if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGFS"' ]]; then if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGFS"' ]]; then
_gitDownload https://gitorious.org/fg/flightgear.git _gitDownload git://git.code.sf.net/p/flightgear/flightgear
_gitUpdate $FGVERSION _gitUpdate $FGVERSION
if [ "$RECONFIGURE" = "y" ]; then if [ "$RECONFIGURE" = "y" ]; then
@ -429,7 +429,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="FGRUN"' ]]; then
mkdir -p "fgrun" mkdir -p "fgrun"
cd "$CBD"/fgrun cd "$CBD"/fgrun
_gitDownload https://gitorious.org/fg/fgrun.git _gitDownload git://git.code.sf.net/p/flightgear/fgrun
_gitUpdate $FGVERSION _gitUpdate $FGVERSION
if [ "$RECONFIGURE" = "y" ]; then if [ "$RECONFIGURE" = "y" ]; then
@ -610,7 +610,7 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="TERRAGEAR"' ]]; then
mkdir -p "terragear" mkdir -p "terragear"
cd "$CBD"/terragear cd "$CBD"/terragear
_gitDownload https://gitorious.org/fg/terragear.git _gitDownload git://git.code.sf.net/p/flightgear/terragear
_gitUpdate scenery/ws2.0 _gitUpdate scenery/ws2.0
if [ "$RECONFIGURE" = "y" ]; then if [ "$RECONFIGURE" = "y" ]; then