From: Markos Chandras Date: Wed, 4 Oct 2017 08:51:14 +0000 (+0100) Subject: xci: scripts: start-new-vm.sh: Copy hidden files and directories X-Git-Tag: 6.0.0~272^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=289eef91fe2cab46b215d9d8b41ebb716dd73c4c;p=releng-xci.git xci: scripts: start-new-vm.sh: Copy hidden files and directories 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 --- diff --git a/xci/scripts/vm/start-new-vm.sh b/xci/scripts/vm/start-new-vm.sh index b6ed2be9..4ad41f64 100755 --- a/xci/scripts/vm/start-new-vm.sh +++ b/xci/scripts/vm/start-new-vm.sh @@ -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