koji_builder: s390x should use http, not https for kojipkgs fallback
kojipkgs dont have a https endpoint or certs, etc. They listen (varnish) on port 80 and talk to a apache backend on 8080. So, s390x buildvm's should fall back to the http not https endpoint here.
This commit is contained in:
parent
2d1391e9a9
commit
f1eaa84bae
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ failed_buildroot_lifetime=14400
|
|||
|
||||
{% if host in groups['buildvm_s390x'] %}
|
||||
# s390x builders use a local varnish cache
|
||||
topurl = http://kojipkgs-cache01.s390.fedoraproject.org https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
|
||||
topurl = http://kojipkgs-cache01.s390.fedoraproject.org http://kojipkgs01.fedoraproject.org http://kojipkgs02.fedoraproject.org
|
||||
{% elif host in groups['buildvm_s390x_stg'] %}
|
||||
# s390x staging builder uses a local varnish cache
|
||||
topurl = http://kojipkgs-cache01.stg.s390.fedoraproject.org {{koji_topurl}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue