aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xBuildReleases.sh9
1 files 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
13img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2 13img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2
14 14
15# The Mac build is on a real Mac, coz Apple insists you need real Apple hardware. 15# The Mac build is on a real Mac, coz Apple insists you need real Apple hardware.
16FTP_HOST=172.16.0.3 16FTP_HOST="172.16.0.3"
17IP_mac=172.16.0.116 17IP_mac="172.16.0.116"
18 18
19unique_port() 19unique_port()
20{ 20{
@@ -164,10 +164,7 @@ fi
164if [ $do_mac -eq 1 ] 164if [ $do_mac -eq 1 ]
165then 165then
166 echo "Building on a real Mac, 32 bit Mac OS X." && 166 echo "Building on a real Mac, 32 bit Mac OS X." &&
167 ssh -i .ssh/builder_id_dsa builder@${IP_mac} <<- zzzzEOFzzzz 167 ssh -i .ssh/builder_id_dsa builder@${IP_mac} bash -l <<- zzzzEOFzzzz
168
169 # Pick up MacPorts paths.
170 . .profile &&
171 # Select the 3.2.6 Xcode. Dammit, this needs root to run it. 168 # Select the 3.2.6 Xcode. Dammit, this needs root to run it.
172 #xcode-select -switch /Xcode/Xcode_3.2.6 169 #xcode-select -switch /Xcode/Xcode_3.2.6
173 cd ~ && 170 cd ~ &&