From d421c33233f140462435b1209b86ca3a74f1129d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 26 Jan 2014 20:00:51 +1000 Subject: More Mac build tweaks. --- BuildReleases.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/BuildReleases.sh b/BuildReleases.sh index b6aead8..53a6038 100755 --- a/BuildReleases.sh +++ b/BuildReleases.sh @@ -13,8 +13,8 @@ img_linux32=~/bin/ubuntu32_diff.qcow2 img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2 # The Mac build is on a real Mac, coz Apple insists you need real Apple hardware. -FTP_HOST=172.16.0.3 -IP_mac=172.16.0.116 +FTP_HOST="172.16.0.3" +IP_mac="172.16.0.116" unique_port() { @@ -164,10 +164,7 @@ fi if [ $do_mac -eq 1 ] then echo "Building on a real Mac, 32 bit Mac OS X." && - ssh -i .ssh/builder_id_dsa builder@${IP_mac} <<- zzzzEOFzzzz - - # Pick up MacPorts paths. - . .profile && + ssh -i .ssh/builder_id_dsa builder@${IP_mac} bash -l <<- zzzzEOFzzzz # Select the 3.2.6 Xcode. Dammit, this needs root to run it. #xcode-select -switch /Xcode/Xcode_3.2.6 cd ~ && -- cgit v1.1