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:
parent
b9b97cbff3
commit
a7665c9fe1
1 changed files with 4 additions and 0 deletions
|
@ -17,7 +17,11 @@ maxjobs=25
|
||||||
; topdir=/mnt/koji
|
; topdir=/mnt/koji
|
||||||
|
|
||||||
; Disable keepalive for now since it's not working in f23.
|
; Disable keepalive for now since it's not working in f23.
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
; keepalive removed in 1.18.0
|
||||||
|
{% else %}
|
||||||
keepalive=False
|
keepalive=False
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
rpmbuild_timeout=201600
|
rpmbuild_timeout=201600
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue