Just wondering, doesn't it affect rawhide composes, since rawhide is still 32? On Thu, Oct 24, 2019 at 3:36 PM Dusty Mabe <dusty@xxxxxxxxxxxxx> wrote: > > 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. > --- > roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 > index 688badeee..28b524a10 100644 > --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 > +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 > @@ -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/" > -- > 2.20.1 > _______________________________________________ > infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx