commit 77061bca455073aebb45b4be97683be85554d3c4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jan 3 12:39:28 2018 +0100
Bump rpmbuild_timeout to 72 hours for arm
roles/koji_builder/templates/kojid.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/roles/koji_builder/templates/kojid.conf
b/roles/koji_builder/templates/kojid.conf
index 07c694b..9180b43 100644
--- a/roles/koji_builder/templates/kojid.conf
+++ b/roles/koji_builder/templates/kojid.conf
@@ -14,7 +14,11 @@ maxjobs=25
; Disable keepalive for now since it's not working in f23.
keepalive=False
+{% if inventory_hostname.startswith('arm') %}
+rpmbuild_timeout=259200
+{% else %}
rpmbuild_timeout=172800
+{% endif %}
use_createrepo_c=True
Show replies by date