diff options
| -rwxr-xr-x | vmbuild | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
