aboutsummaryrefslogtreecommitdiff
path: root/control/sandbox-create
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-06-14 00:59:06 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-06-14 00:59:06 +0300
commitc3bae372b38291e816d96fa441302233e5268486 (patch)
tree2daed269ad74657102ed7d440d647dd3c63378c4 /control/sandbox-create
parenta366580a36697f756d5367bb665579fc1842d995 (diff)
Scan keys of new repo host too.
Diffstat (limited to 'control/sandbox-create')
-rwxr-xr-xcontrol/sandbox-create1
1 files changed, 1 insertions, 0 deletions
diff --git a/control/sandbox-create b/control/sandbox-create
index 97ea8a3..2fcf5b4 100755
--- a/control/sandbox-create
+++ b/control/sandbox-create
@@ -39,6 +39,7 @@ if [ "$2" == "--config=linaro" ]; then
# commands non-interactively.
ssh -A ubuntu@$instance_hostname <<EOF
ssh-keyscan bazaar.launchpad.net >>~/.ssh/known_hosts
+ ssh-keyscan linaro-private.git.linaro.org >>~/.ssh/known_hosts
bzr lp-login pfalcon
linaro-android-build-tools/control/deploy-jenkins-config
echo "Waiting for Jenkins start up..."