set s390x builders to use kojipkgs-cache01 locally
This commit is contained in:
parent
061cb575b4
commit
fe7802aa8a
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ rpmbuild_timeout=172800
|
||||||
|
|
||||||
use_createrepo_c=True
|
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
|
; add some additional urls for failover
|
||||||
topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
|
topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue