From 72d48e5bc27e182cdc9295e2dc1dda82fbbdbeb3 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 28 Nov 2018 15:34:29 +0000 Subject: [PATCH] Revert "Try to use the infra repo without TLS." This reverts commit a3368f4cd85e69165a8602ef7088620f5951d543. --- roles/openshift-apps/bodhi/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bodhi/templates/buildconfig.yml b/roles/openshift-apps/bodhi/templates/buildconfig.yml index eea73ff55d..013798e732 100644 --- a/roles/openshift-apps/bodhi/templates/buildconfig.yml +++ b/roles/openshift-apps/bodhi/templates/buildconfig.yml @@ -15,7 +15,7 @@ items: name="bodhi-web" \ vendor="Fedora Infrastructure" \ license="MIT" - RUN curl -o /etc/yum.repos.d/infra-tags.repo http://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo + RUN curl -o /etc/yum.repos.d/infra-tags.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo {% if env == "staging" %} RUN curl -o /etc/yum.repos.d/infra-tags-stg.repo https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo {% endif %}