From 7af7e3d02072d77b1b0f04bc12095c48b1b122ad Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 13 Oct 2017 09:15:23 +0000 Subject: [PATCH] Seems I need to use ugly position-dependant interpolation Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/base/templates/staging.ini.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index d3fc19edd9..bec18b671d 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -119,8 +119,8 @@ file_url = http://download.fedoraproject.org/pub/fedora/linux/updates # arches listed in {release}_{version}_primary_arches when it is defined, else used for all # arches. You must put two %s's in this setting - the first will be replaced with the release # version and the second will be replaced with the architecture. -fedora_stable_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%(release)s-updates/compose/Everything/%(arch)s/os/repodata/repomd.xml -fedora_testing_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%(release)s-updates-testing/compose/Everything/%(arch)s/os/repodata/repomd.xml +fedora_stable_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%s-updates/compose/Everything/%s/os/repodata/repomd.xml +fedora_testing_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%s-updates-testing/compose/Everything/%s/os/repodata/repomd.xml fedora_epel_stable_master_repomd = http://download01.phx2.fedoraproject.org/pub/epel/%s/%s/repodata/repomd.xml fedora_epel_testing_master_repomd = http://download01.phx2.fedoraproject.org/pub/epel/testing/%s/%s/repodata/repomd.xml @@ -132,8 +132,8 @@ fedora_epel_testing_master_repomd = http://download01.phx2.fedoraproject.org/pub # arches not listed in {release}_{version}_primary_arches if it is defined. You must put two %s's # in this setting - the first will be replaced with the release version and the second will be # replaced with the architecture. -fedora_stable_alt_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%(release)s-updates/compose/Everything/%(arch)s/os/repodata/repomd.xml -fedora_testing_alt_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%(release)s-updates-testing/compose/Everything/%(arch)s/os/repodata/repomd.xml +fedora_stable_alt_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%s-updates/compose/Everything/%s/os/repodata/repomd.xml +fedora_testing_alt_master_repomd = https://kojipkgs.stg.fedoraproject.org/compose/updates/%s-updates-testing/compose/Everything/%s/os/repodata/repomd.xml ## The base url of this application