commit 4510cc229d04972ce90214aacc1c8e4edf5de072
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 8 18:20:39 2019 +0200
Disable keepalive
roles/koji_builder/templates/kojid.conf | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/roles/koji_builder/templates/kojid.conf
b/roles/koji_builder/templates/kojid.conf
index 68e9e79..1a60b48 100644
--- a/roles/koji_builder/templates/kojid.conf
+++ b/roles/koji_builder/templates/kojid.conf
@@ -11,9 +11,6 @@ maxjobs=4
; The directory root where work data can be found from the koji hub
; topdir=/mnt/koji
-; Disable keepalive for now since it's not working in f23.
-keepalive=False
-
{% if inventory_hostname.startswith('arm') %}
rpmbuild_timeout=259200
{% else %}
Show replies by date