From ef2f201256aff4f0bd91156d55cf40409f1e5600 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 17 Nov 2015 19:12:19 +0100 Subject: [PATCH] Point mdapi01 to koji.fp.o instead of kojipkgs.fp.o This in order to be consistent with the info present in the hosts file --- roles/mdapi/templates/mdapi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mdapi/templates/mdapi.cfg b/roles/mdapi/templates/mdapi.cfg index 4a91166010..7c857507a3 100644 --- a/roles/mdapi/templates/mdapi.cfg +++ b/roles/mdapi/templates/mdapi.cfg @@ -7,7 +7,7 @@ KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/' PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/' DL_SERVER = 'http://dl.phx2.fedoraproject.org' {% else %} -KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/' +KOJI_REPO = 'https://koji.fedoraproject.org/repos/' PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/' DL_SERVER = 'http://dl.phx2.fedoraproject.org' {% endif %}