Fix path to stable updates
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
2fb7649c85
commit
e6320d6f06
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue