Corresponding configs change is in: https://pagure.io/workstation-ostree-config/pull-request/115#
This will require the bodhi machines to have the hotfixed pungi rpm with this fix: https://pagure.io/pungi/pull-request/1088 This was already hotfixed on the composer machines.
Dusty
--- 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 3f2608099..baed32f3f 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -160,7 +160,7 @@ ostree = { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", [% endif %] [% if release.version_int >= 29 %] - "treefile": "fedora-silverblue.json", + "treefile": "fedora-silverblue.yaml", [% elif release.version_int == 28 %] "treefile": "fedora-atomic-workstation-updates-[[ request.name ]].json", [% else %]
LGTM +1
On Mon, Nov 19, 2018 at 5:27 PM Dusty Mabe dusty@dustymabe.com wrote:
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 3f2608099..baed32f3f 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -160,7 +160,7 @@ ostree = { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", [% endif %] [% if release.version_int >= 29 %]
"treefile": "fedora-silverblue.json",
"treefile": "fedora-silverblue.yaml", [% elif release.version_int == 28 %] "treefile": "fedora-atomic-workstation-updates-[[
request.name ]].json", [% else %] -- 2.14.4 _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro...
infrastructure@lists.fedoraproject.org