bodhi-pugni: ostree installer, subs arch into repo urls
Since we are using a for loop for ostree_installer let's go ahead and substitute [[arch]] in the urls there.
This commit is contained in:
parent
d082e5e8a9
commit
61fc61dcd8
1 changed files with 3 additions and 3 deletions
|
@ -220,13 +220,13 @@ ostree_installer = [
|
|||
"Everything",
|
||||
[% if request.name == 'testing' %]
|
||||
# In the case of testing, also inject the last stable updates
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/$basearch/os/",
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/[[arch]]/os/",
|
||||
[% endif %]
|
||||
# For f28 the compose location is under /compose/branched/
|
||||
[% if release.version_int == 28 %]
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/$basearch/os/"
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"
|
||||
[% else %]
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/[[ release.version_int ]]/latest-Fedora-[[ release.version_int ]]/compose/Everything/$basearch/os/"
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/[[ release.version_int ]]/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"
|
||||
[% endif %]
|
||||
],
|
||||
'release': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue