set s390x builders to use kojipkgs-cache01 locally

This commit is contained in:
Kevin Fenzi 2017-05-11 20:14:02 +00:00
parent 061cb575b4
commit fe7802aa8a

View file

@ -18,7 +18,9 @@ rpmbuild_timeout=172800
use_createrepo_c=True
{% if koji_topurl == 'https://kojipkgs.fedoraproject.org/' %}
{% if 'buildvm-s390x' in group_names %}
topurl = http://kojipkgs-cache.s390.fedoraproject.org
{% elif koji_topurl == 'https://kojipkgs.fedoraproject.org/' %}
; add some additional urls for failover
topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
{% else %}