Discussion:
ostree: silverblue manifest is now fedora-silverblue.yaml
Dusty Mabe
2018-11-19 22:26:43 UTC
Permalink
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
_______________________________________________
infrastructure mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@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/li
Dusty Mabe
2018-11-19 22:26:44 UTC
Permalink
---
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 -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@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/***@lists
Mohan Boddu
2018-11-30 16:29:05 UTC
Permalink
LGTM +1
Post by Dusty Mabe
---
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
_______________________________________________
To unsubscribe send an email to
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
Dusty Mabe
2018-11-30 16:53:10 UTC
Permalink
LGTMĀ +1
pushed and playbook ran. thanks mohan
_______________________________________________
infrastructure mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-***@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/***@l
Loading...