aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-09 20:44:50 +1000
committerDavid Walter Seikel2014-01-09 20:44:50 +1000
commitb084a7153174e43d72867673d5c28654bc2ac987 (patch)
tree870c9423217e1c7a5f304ceb1308c17cdbe78778
parentFix typo and spacing. (diff)
downloadImpyReleaseBuilder-b084a7153174e43d72867673d5c28654bc2ac987.zip
ImpyReleaseBuilder-b084a7153174e43d72867673d5c28654bc2ac987.tar.gz
ImpyReleaseBuilder-b084a7153174e43d72867673d5c28654bc2ac987.tar.bz2
ImpyReleaseBuilder-b084a7153174e43d72867673d5c28654bc2ac987.tar.xz
Make it more obvious we are using VMs.
-rwxr-xr-xBuildReleases.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildReleases.sh b/BuildReleases.sh
index 84876cf..a27fa9d 100755
--- a/BuildReleases.sh
+++ b/BuildReleases.sh
@@ -7,7 +7,7 @@ do_local=0
7do_mac=0 7do_mac=0
8do_windowsXP=1 8do_windowsXP=1
9 9
10# Where to find suitable disk images for the various OS's. 10# Where to find suitable VM disk images for the various OS's.
11img_linux64=~/bin/ubuntu64_diff.qcow2 11img_linux64=~/bin/ubuntu64_diff.qcow2
12img_linux32=~/bin/ubuntu32_diff.qcow2 12img_linux32=~/bin/ubuntu32_diff.qcow2
13img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2 13img_windowsXP=/media/sdb2/IMAGES/xp_diff.qcow2