Code Review
/
releng-xci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
52fea9e
)
xci: scripts: start-new-vm.sh: Remove empty line
61/45361/1
author
Markos Chandras
<mchandras@suse.de>
Tue, 17 Oct 2017 16:05:53 +0000
(17:05 +0100)
committer
Markos Chandras
<mchandras@suse.de>
Tue, 17 Oct 2017 16:06:07 +0000
(17:06 +0100)
The empty line is wrong and it may cause some issues so drop it.
Change-Id: I4120e00df1dd9b7061dc1175e0ea6db8e0a9df88
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/scripts/vm/start-new-vm.sh
patch
|
blob
|
history
diff --git
a/xci/scripts/vm/start-new-vm.sh
b/xci/scripts/vm/start-new-vm.sh
index
7558dcb
..
a694274
100755
(executable)
--- a/
xci/scripts/vm/start-new-vm.sh
+++ b/
xci/scripts/vm/start-new-vm.sh
@@
-303,7
+303,6
@@
EOF
# Need to copy releng-xci to the vm so we can execute stuff
do_copy() {
rsync -a \
-
--exclude "${VM_NAME}*" \
--exclude "${OS}*" \
--exclude "build.log" \