Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Mohan Boddu
LGTM +1 ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Kevin Fenzi
+1 kevin signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Dusty Mabe
On 11/10/2017 06:19 PM, Patrick Uiterwijk wrote: > Okay, and I need to really start taking note of my jinja tags. > For the record: jinja tags with {{ }}/{% %} are processed by Ansible, > whereas [[ ]]//[% %] are processed by Bodhi. > > This patch should have the correct tags and the correct

Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Patrick Uiterwijk
Okay, and I need to really start taking note of my jinja tags. For the record: jinja tags with {{ }}/{% %} are processed by Ansible, whereas [[ ]]//[% %] are processed by Bodhi. This patch should have the correct tags and the correct code. diff --git

Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Patrick Uiterwijk
Why must you point out my failures? :) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 1c6dc02..00b946a 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@

Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Dusty Mabe
On 11/10/2017 05:18 PM, Patrick Uiterwijk wrote: > Hi all, > > We can now do multi-arch ostrees for updates! \o/ > Can I get +1s to apply this patch to enable that for Fedora 27 and up? > > Thanks, > Patrick > > > diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 >

Re: FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Stephen John Smoogen
code looks correct and can be backed out easily. +1 On 10 November 2017 at 17:18, Patrick Uiterwijk wrote: > Hi all, > > We can now do multi-arch ostrees for updates! \o/ > Can I get +1s to apply this patch to enable that for Fedora 27 and up? > > Thanks, > Patrick > > >

FBR: Enable multi-arch ostree composes for F27+

2017-11-10 Thread Patrick Uiterwijk
Hi all, We can now do multi-arch ostrees for updates! \o/ Can I get +1s to apply this patch to enable that for Fedora 27 and up? Thanks, Patrick diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 1c6dc02..b0f6ab7 100644 ---