Seems I need to use ugly position-dependant interpolation

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-13 09:15:23 +00:00
parent e1c8159ec9
commit 7af7e3d020

View file

@ -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