summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-03 22:23:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-03 22:23:28 +0100
commite408a721668330d8045e8b885cefa65d2fdbcf57 (patch)
treee8b43f7fa603c1088c155d6a1d512f00160f96a5
parent724c0ff1d3b4d1d0b3aff70a3de3ec980edba741 (diff)
Go back to checkout string for vmbuild.
-rwxr-xr-xvmbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmbuild b/vmbuild
index 197184c..80c7726 100755
--- a/vmbuild
+++ b/vmbuild
@@ -2,7 +2,7 @@
set -e
if [ "$1" == "" -o "$2" == "" ]; then
- echo "Syntax: $0 <target> <version> [<output-dir>]"
+ echo "Syntax: $0 <target> <checkout> [<output-dir>]"
exit 1
fi
@@ -24,7 +24,7 @@ nohup vboxheadless --startvm fedora-22-$bits &
vbox=$!
sleep 10
ssh -p $port carl@localhost "rm -rf fedora-*"
-ssh -p $port carl@localhost cdist -p dcpomatic -c v$checkout -t host package
+ssh -p $port carl@localhost cdist -p dcpomatic -c $checkout -t host package
if [ "$output" != "" ]; then
scp -P $port carl@localhost:fedora-22-$bits/* $output/
fi