diff options
| author | Carl Hetherington <carl@cs2-23.cs> | 2015-10-16 22:31:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <carl@cs2-23.cs> | 2015-10-16 22:31:31 +0100 |
| commit | f8b2d1acf362ec0b83ff1a8bbd952011794601fb (patch) | |
| tree | 816c1fd65eb0a7fe0549416e3df331aa2ff40210 | |
| parent | 180d0ae0e481533c22aadda3b5359df09092c66e (diff) | |
Tweak output of vmbuild.
| -rwxr-xr-x | vmbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,8 +26,8 @@ sleep 10 ssh -p $port carl@localhost "rm -rf fedora-*" echo "run cdist..." ssh -p $port carl@localhost cdist -p dcpomatic -c $checkout -t host package -echo "copy from vm to $output..." if [ "$output" != "" ]; then + echo "copy from vm to $output..." tmp=/var/tmp/copy.$$ mkdir -p $tmp scp -P $port carl@localhost:fedora-22-$bits/* $tmp/ |
