aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-automerge.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-04-20 13:13:18 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2018-04-20 10:42:19 +0000
commitd44f2bc6d3ea43ccb9c5c24c233e3e2a3651325d (patch)
tree5e08b84b31388069b461c623d2decfaf65dfb877 /lt-qcom-linux-automerge.yaml
parentb1fa202c170910b1add0f9ad40a35485f9b37f9e (diff)
lt-qcom-linux-automerge: set git core.sshCommand to use a custom SSH config
To avoid any conflicts with SSH config files mounted in the docker instances, use a custom SSH config (local to the running instance): * don't use a known hosts file * disable the strict hosts checking to avoid SSHFP related errors. Change-Id: I1c6d80402bdc649ce998082fab5684fde6909a7f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lt-qcom-linux-automerge.yaml')
-rw-r--r--lt-qcom-linux-automerge.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-linux-automerge.yaml b/lt-qcom-linux-automerge.yaml
index 75dca294..81b50aab 100644
--- a/lt-qcom-linux-automerge.yaml
+++ b/lt-qcom-linux-automerge.yaml
@@ -32,7 +32,7 @@
default: 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
- string:
name: INTEGRATION_REPO_URL
- default: 'ssh://git@git.linaro.org/landing-teams/working/qualcomm/kernel-integration.git'
+ default: 'ssh://git.linaro.org/landing-teams/working/qualcomm/kernel-integration.git'
- string:
name: INTEGRATION_BRANCH
default: 'integration-linux-qcomlt'