bodhi2/backend/templates/pungi.rpm: Update for F38
Update the config for Silverblue & Kinoite now that F38 is branched.
See: https://pagure.io/releng/issue/10979
Fixes: 549e5d3ace
Branch Fedora 38 from rawhide
This commit is contained in:
parent
de219ace6b
commit
10601a3a9f
1 changed files with 4 additions and 4 deletions
|
@ -223,8 +223,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 F37 the compose location is going to be under /compose/branched/
|
||||
[% if release.version_int == 37 %]
|
||||
# For F38 the compose location is going to be under /compose/branched/
|
||||
[% if release.version_int == 38 %]
|
||||
"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/"
|
||||
|
@ -253,8 +253,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 F37 the compose location is going to be under /compose/branched/
|
||||
[% if release.version_int == 37 %]
|
||||
# For F38 the compose location is going to be under /compose/branched/
|
||||
[% if release.version_int == 38 %]
|
||||
"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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue