From f1eaa84bae79f515a9dbcb5fc5999f84c3f5fe39 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 3 Aug 2020 10:17:50 -0700 Subject: [PATCH] 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. --- roles/koji_builder/templates/kojid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index d6e352dfae..1a7dcfa7c7 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -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}}