From 82fb2dc0dcba42cadad9ec18c727cc1b5d63918d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 26 Jan 2016 14:26:03 +0000 Subject: [PATCH] use internal koji urls for the pdc updater backend. --- roles/pdc/backend/templates/pdcupdater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index f7e479591f..200fe45c04 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -39,14 +39,14 @@ config = { {% if env == 'staging' %} 'pdcupdater.koji_url': 'http://koji.stg.fedoraproject.org/kojihub', {% else %} - 'pdcupdater.koji_url': 'http://koji.fedoraproject.org/kojihub', + 'pdcupdater.koji_url': 'http://koji01.phx2.fedoraproject.org/kojihub', {% endif %} # Where to find composes {% if env == 'staging' %} 'pdcupdater.old_composes_url': 'https://kojipkgs.stg.fedoraproject.org/compose/', {% else %} - 'pdcupdater.old_composes_url': 'https://kojipkgs.fedoraproject.org/compose/', + 'pdcupdater.old_composes_url': 'http://kojipkgs01.phx2.fedoraproject.org/compose/', {% endif %} # We have an explicit list of these in the config so we can turn them on