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