From 60011aff738e6abeb6ba2e4de2b3bc485eff9c2d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 12 Mar 2018 14:18:40 +0100 Subject: [PATCH] Update f28 atomic workstation filename Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index ff31d400e2..1561360d66 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -151,7 +151,11 @@ ostree = { [% if release.version_int >= 28 %] "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", [% endif %] - "treefile": "fedora-ostree-workstation-updates-[[ request.name ]].json", + [% if release.version_int >= 28 %] + "treefile": "fedora-atomic-workstation-updates-[[ request.name ]].json", + [% else %] + "treefile": "fedora-ostree-workstation-updates-[[ request.name ]].json", + [% endif %] "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "f[[ release.version ]]", "repo": [