Fix path to stable updates

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-10-23 21:52:23 +02:00
parent 2fb7649c85
commit e6320d6f06

View file

@ -113,7 +113,7 @@ ostree = [
"Everything",
{% if request.name == 'testing' %}
# In the case of testing, also inject the last stable updates
"https://kojipkgs.fedoraproject.org/compose/updates/latest-Fedora-{{ release.version }}-updates/compose/Everything/x86_64/os/",
"https://kojipkgs.stg.fedoraproject.org/compose/updates/f{{ release.version }}-updates/compose/Everything/x86_64/os/"
{% endif %}
"https://dl.fedoraproject.org/pub/fedora/linux/releases/{{ release.version_int }}/Everything/x86_64/os/"
]