git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
becb636
)
ssh option staetd with = for simpler quote management
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 8 Jan 2019 13:06:28 +0000
(14:06 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 8 Jan 2019 13:06:28 +0000
(14:06 +0100)
lbuild-nightly.sh
patch
|
blob
|
history
diff --git
a/lbuild-nightly.sh
b/lbuild-nightly.sh
index
b8bdf44
..
8f59ca0
100755
(executable)
--- a/
lbuild-nightly.sh
+++ b/
lbuild-nightly.sh
@@
-249,7
+249,7
@@
function in_root_context () {
# convenient for simple commands
function run_in_build_guest () {
buildname=$1; shift
- ssh -o
"StrictHostKeyChecking no"
root@$(guest_ipv4 $buildname) "$@"
+ ssh -o
StrictHostKeyChecking=no
root@$(guest_ipv4 $buildname) "$@"
}
# run in the vm - do not manage success/failure, will be done from the root ctx