summaryrefslogtreecommitdiffstats
path: root/xci/scripts
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-04 09:51:14 +0100
committerMarkos Chandras <mchandras@suse.de>2017-10-04 10:25:35 +0100
commit289eef91fe2cab46b215d9d8b41ebb716dd73c4c (patch)
tree23de6a6bb21daf7bd6cedc45339972d64fa9b8e7 /xci/scripts
parent6e6b5f8438c0fd3a4d9dffa04c5e97c80304a8b3 (diff)
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 <mchandras@suse.de>
Diffstat (limited to 'xci/scripts')
-rwxr-xr-xxci/scripts/vm/start-new-vm.sh2
1 files changed, 1 insertions, 1 deletions
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