xci: scripts: start-new-vm.sh: Copy hidden files and directories 97/44197/1
authorMarkos Chandras <mchandras@suse.de>
Wed, 4 Oct 2017 08:51:14 +0000 (09:51 +0100)
committerMarkos Chandras <mchandras@suse.de>
Wed, 4 Oct 2017 09:25:35 +0000 (10:25 +0100)
Fix the rsync command to also copy the hidden files and directories.
Copying the .git directory allows us to quickly inspect any file
changes when investigating bug reports and other problems.

Change-Id: I4e6feeea77d5c3b23362a216206c5970b4900169
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/scripts/vm/start-new-vm.sh

index b6ed2be..4ad41f6 100755 (executable)
@@ -257,7 +257,7 @@ do_copy() {
                --exclude "${VM_NAME}*" \
                --exclude "${OS}*" \
                --exclude "build.log" \
-               -e "$vm_ssh" ${BASE_PATH}/* $_ip:~/releng-xci/
+               -e "$vm_ssh" ${BASE_PATH}/ $_ip:~/releng-xci/
 }
 
 do_copy