Discussion:
[PATCH] bodhi-pungi: pass in ostree_oskey to fedora-lorax-templates
Dusty Mabe
2018-12-01 19:22:08 UTC
Permalink
This is needed because of a recent change to parameterize
the key. https://pagure.io/fedora-lorax-templates/pull-request/30
---
roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 +
1 file changed, 1 insertion(+)

diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index baed32f3f..ee1edb6ed 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -312,6 +312,7 @@ ostree_installer = [
'ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/',
'ostree_update_repo=https://dl.fedoraproject.org/atomic/repo/',
'ostree_osname=fedora-atomic',
+ 'ostree_oskey=fedora-[[ release.version_int ]]-primary',
'ostree_install_ref=fedora/[[ release.version_int ]]/[[ arch ]]/[% if request.name == "testing" %]testing[% else %]updates[% endif %]/atomic-host',
'ostree_update_ref=fedora/[[ release.version_int ]]/[[ arch ]]/atomic-host',
],
--
2.14.5
_______________________________________________
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.fed
Stephen John Smoogen
2018-12-01 19:43:44 UTC
Permalink
patch looks good. should apply ok.
Post by Dusty Mabe
This is needed because of a recent change to parameterize
the key. https://pagure.io/fedora-lorax-templates/pull-request/30
---
roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 +
1 file changed, 1 insertion(+)
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index baed32f3f..ee1edb6ed 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -312,6 +312,7 @@ ostree_installer = [
'ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/',
'ostree_update_repo=https://dl.fedoraproject.org/atomic/repo/',
'ostree_osname=fedora-atomic',
+ 'ostree_oskey=fedora-[[ release.version_int ]]-primary',
'ostree_install_ref=fedora/[[ release.version_int ]]/[[ arch ]]/[% if request.name == "testing" %]testing[% else %]updates[% endif %]/atomic-host',
'ostree_update_ref=fedora/[[ release.version_int ]]/[[ arch ]]/atomic-host',
],
--
2.14.5
_______________________________________________
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
--
Stephen J Smoogen.
_______________________________________________
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.f
Dusty Mabe
2018-12-01 19:55:56 UTC
Permalink
Post by Stephen John Smoogen
patch looks good. should apply ok.
Merged and playbook ran. Thanks smooge
_______________________________________________
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/
Peter Robinson
2018-12-03 07:54:47 UTC
Permalink
Post by Dusty Mabe
Post by Stephen John Smoogen
patch looks good. should apply ok.
Merged and playbook ran. Thanks smooge
Thanks Dusty.

P
_______________________________________________
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

Loading...