From c02010125c91db44384a4c0429bad7ff56a81264 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 28 Nov 2018 15:31:15 +0000 Subject: [PATCH] Revert "Try to download the infra repo with http and ip address." This reverts commit 0a075e8acf85bb9f54ca6158f77769f68700906a. --- 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 301cbbbc96..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://10.5.126.23/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 %}