From b3c32cbc9ccb1fbaeec6eeb93062c53f8b87c622 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Fri, 18 Apr 2025 00:12:51 -0500 Subject: [PATCH] Fix incorrect ref in the cosmic-atomic pungi config Signed-off-by: Ryan Brue --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index f8fb0a462b..f50a3ecfc0 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -258,7 +258,7 @@ ostree = { "config_branch": "f[[ release.version ]]", "repo": {{ repos }}, "ostree_repo": "/mnt/koji/compose/ostree/repo", - "ostree_ref": "fedora/[[ release.version ]]/${basearch}/[[ ostreeref ]]/sericea", + "ostree_ref": "fedora/[[ release.version ]]/${basearch}/[[ ostreeref ]]/cosmic-atomic", "tag_ref": False, "arches": ["x86_64", "aarch64"], "failable": ['*']