From d0133bab98c0225a95b2cbade9834e8bc4ee6b73 Mon Sep 17 00:00:00 2001 From: clime Date: Wed, 19 Apr 2017 19:18:25 +0200 Subject: [PATCH] copr-backend: add builder_config param into copr-be settings --- roles/copr/backend/templates/copr-be.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 47186ca4c5..0bed0583aa 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -109,3 +109,6 @@ timeout=86400 # utilized by /usr/bin/check_consecutive_build_fails.py consecutive_failure_threshold=30 + +[ssh] +builder_config=/home/copr/.ssh/config