From 40c32c97f2dcaab549dba7cbb5fbd1897bd57ed8 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 26 Apr 2018 16:17:41 -0400 Subject: [PATCH] bodhi-pungi: make FAW and FAH use same versioning We'll get nicer versions, like: 28.20180426.0 --- 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 287c031773..c058004df2 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -148,7 +148,7 @@ ostree = { [% if release.version_int >= 27 %] { [% if release.version_int >= 28 %] - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "version": "!VERSION_FROM_VERSION_DATE_RESPIN", [% endif %] [% if release.version_int >= 28 %] "treefile": "fedora-atomic-workstation-updates-[[ request.name ]].json",