diff options
author | David Walter Seikel | 2014-01-26 20:00:51 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-26 20:00:51 +1000 |
commit | d421c33233f140462435b1209b86ca3a74f1129d (patch) | |
tree | fd36df94a3a60cacfd50a32174cb64fc8df29a8e | |
parent | Add Mac OS X support, on a real Mac. (diff) | |
download | ImpyReleaseBuilder-d421c33233f140462435b1209b86ca3a74f1129d.zip ImpyReleaseBuilder-d421c33233f140462435b1209b86ca3a74f1129d.tar.gz ImpyReleaseBuilder-d421c33233f140462435b1209b86ca3a74f1129d.tar.bz2 ImpyReleaseBuilder-d421c33233f140462435b1209b86ca3a74f1129d.tar.xz |
-rwxr-xr-x | BuildReleases.sh | 9 |
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 | |||
13 | img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2 | 13 | img_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. |
16 | FTP_HOST=172.16.0.3 | 16 | FTP_HOST="172.16.0.3" |
17 | IP_mac=172.16.0.116 | 17 | IP_mac="172.16.0.116" |
18 | 18 | ||
19 | unique_port() | 19 | unique_port() |
20 | { | 20 | { |
@@ -164,10 +164,7 @@ fi | |||
164 | if [ $do_mac -eq 1 ] | 164 | if [ $do_mac -eq 1 ] |
165 | then | 165 | then |
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 ~ && |