bodhi-pungi: f29 will be new branched target
f28 is no longer under branched. Pick up new branched target from f29 when that gets here.
This commit is contained in:
parent
8a997f8381
commit
603e139fe6
1 changed files with 4 additions and 4 deletions
|
@ -127,8 +127,8 @@ ostree = {
|
|||
# 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/",
|
||||
[% endif %]
|
||||
# For f28 the compose location is under /compose/branched/
|
||||
[% if release.version_int == 28 %]
|
||||
# For f29 the compose location is under /compose/branched/
|
||||
[% if release.version_int == 29 %]
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/$basearch/os/"
|
||||
[% else %]
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/[[ release.version_int ]]/latest-Fedora-[[ release.version_int ]]/compose/Everything/$basearch/os/"
|
||||
|
@ -223,8 +223,8 @@ ostree_installer = [
|
|||
# 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/[[arch]]/os/",
|
||||
[% endif %]
|
||||
# For f28 the compose location is under /compose/branched/
|
||||
[% if release.version_int == 28 %]
|
||||
# For f29 the compose location is under /compose/branched/
|
||||
[% if release.version_int == 29 %]
|
||||
"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/[[arch]]/os/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue