From 6e36c22ad526e2cca3e00320012dc1030d6f7858 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Fri, 3 Nov 2023 13:54:48 +0530 Subject: [PATCH] Update pungi.rpm config with 40 for all artifacts Signed-off-by: Samyak Jain --- .../bodhi2/backend/templates/pungi.rpm.conf.j2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index c0142b28c5..dd45d8a474 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -142,8 +142,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 F39 the compose location is going to be under /compose/branched/ - [% if release.version_int == 39 %] + # For F40 the compose location is going to be under /compose/branched/ + [% if release.version_int == 40 %] "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/" @@ -172,8 +172,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 F39 the compose location is going to be under /compose/branched/ - [% if release.version_int == 39 %] + # For F40 the compose location is going to be under /compose/branched/ + [% if release.version_int == 40 %] "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/" @@ -203,8 +203,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 F39 the compose location is going to be under /compose/branched/ - [% if release.version_int == 39 %] + # For F40 the compose location is going to be under /compose/branched/ + [% if release.version_int == 40 %] "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/" @@ -222,7 +222,7 @@ ostree = { }, [% endif %] # Fedora Onyx - [% if release.version_int >= 39 %] + [% if release.version_int >= 40 %] { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", "treefile": "fedora-onyx.yaml", @@ -234,8 +234,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 F39 the compose location is going to be under /compose/branched/ - [% if release.version_int == 39 %] + # For F40 the compose location is going to be under /compose/branched/ + [% if release.version_int == 40 %] "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/"