From 10601a3a9f45c13aac1af6468613c3a5ecb96b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 13 Feb 2023 11:44:23 +0100 Subject: [PATCH] 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 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 9abccaefd2..469be338df 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -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/"