bodhi-pungi: F32 will be the next "branched"

Now that f31 is go we can use the final location for ostree repo input.
Bump the variable so that it will only look at branched for f32.
This commit is contained in:
Dusty Mabe 2019-10-24 14:25:48 -04:00 committed by Pierre-Yves Chibon
parent 100d01f10a
commit 305d76cd9e

View file

@ -179,8 +179,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 f31 the compose location is going to be under /compose/branched/
[% if release.version_int == 31 %]
# For F32 the compose location is going to be under /compose/branched/
[% if release.version_int == 32 %]
"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/"