diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index fa4a362d44..3229fd47a5 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -20,7 +20,7 @@ use_createrepo_c=True {% 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 = https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org http://kojipkgs-cache01.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