aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-05-14 01:32:38 +1000
committerDavid Walter Seikel2013-05-14 01:32:38 +1000
commit0a83c4ed37962ad2e545c276012cfd6b61169cda (patch)
tree4a0676914896b4c876cc9cd94deb16b52366c7ff
parentTypo-- (diff)
downloadImpyReleaseBuilder-0a83c4ed37962ad2e545c276012cfd6b61169cda.zip
ImpyReleaseBuilder-0a83c4ed37962ad2e545c276012cfd6b61169cda.tar.gz
ImpyReleaseBuilder-0a83c4ed37962ad2e545c276012cfd6b61169cda.tar.bz2
ImpyReleaseBuilder-0a83c4ed37962ad2e545c276012cfd6b61169cda.tar.xz
Windows is slow and unreliable.
-rwxr-xr-xBuildReleases.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildReleases.sh b/BuildReleases.sh
index 15f7b66..a3fd148 100755
--- a/BuildReleases.sh
+++ b/BuildReleases.sh
@@ -75,7 +75,7 @@ if [ $do_windowsXP -eq 1 ]
75then 75then
76 echo "Building in qemu, Windows XP." 76 echo "Building in qemu, Windows XP."
77 qemu-system-i386 -M pc -cpu athlon -m 2G -hda ${img_windowsXP} -net nic -net user,vlan=0,hostfwd=tcp::2222-:22 -rtc base=localtime & 77 qemu-system-i386 -M pc -cpu athlon -m 2G -hda ${img_windowsXP} -net nic -net user,vlan=0,hostfwd=tcp::2222-:22 -rtc base=localtime &
78 sleep 30 78 sleep 60
79 #expect -c 'spawn ssh -p 2222 me@localhost ; expect assword ; send " \n" ; interact' <<- zzzzEOFzzzz 79 #expect -c 'spawn ssh -p 2222 me@localhost ; expect assword ; send " \n" ; interact' <<- zzzzEOFzzzz
80 ssh -p 2222 me@localhost <<- zzzzEOFzzzz 80 ssh -p 2222 me@localhost <<- zzzzEOFzzzz
81 # TODO - there has to be a way of avoiding all this hard coded stuff, coz this is way too fragile. 81 # TODO - there has to be a way of avoiding all this hard coded stuff, coz this is way too fragile.