koji_builder: Drop keepalive kojid directive as it's gone in 1.18.0.

Also drop in prod when we upgrade it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-09-25 19:09:54 +00:00 committed by Pierre-Yves Chibon
parent b9b97cbff3
commit a7665c9fe1

View file

@ -17,7 +17,11 @@ maxjobs=25
; topdir=/mnt/koji
; Disable keepalive for now since it's not working in f23.
{% if env == 'staging' %}
; keepalive removed in 1.18.0
{% else %}
keepalive=False
{% endif %}
rpmbuild_timeout=201600