Re: [FBR] Adding f30 key to bodhi modular pungi config

2019-03-11 Thread Mohan Boddu
Thanks for +1's and its going into the doc.

On Mon, Mar 11, 2019 at 1:26 PM Kevin Fenzi  wrote:

> +1
>
> (and also update the branching docs to do this on branch next time. ;)
>
> kevin
>
>
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@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.fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@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.fedoraproject.org


Re: [FBR] Adding f30 key to bodhi modular pungi config

2019-03-11 Thread Kevin Fenzi
+1

(and also update the branching docs to do this on branch next time. ;)

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
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.fedoraproject.org


Re: [FBR] Adding f30 key to bodhi modular pungi config

2019-03-11 Thread Mikolaj Izdebski
+1

On Mon, Mar 11, 2019 at 4:22 PM Mohan Boddu  wrote:
>
> This patch will add fedora-30 key to bodhi modular pungi config.
>
> diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 
> b/roles/bodhi2/backend/templates/pungi.module.conf.j2
> index bb021eb..43c6a7e 100644
> --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2
> +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2
> @@ -14,6 +14,8 @@ sigkeys = [
>'9db62fb1',
> [% elif release.version_int == 29 %]
>'429476b4',
> +[% elif release.version_int == 30 %]
> +   'cfc659b9',
> [% endif %]
> {% if env == "staging" %}
>None
>
> Please +1 this patch to resume the failed f30-modular-updates-testing.
>
> Thanks.
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-le...@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.fedoraproject.org
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@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.fedoraproject.org


[FBR] Adding f30 key to bodhi modular pungi config

2019-03-11 Thread Mohan Boddu
This patch will add fedora-30 key to bodhi modular pungi config.

diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2
b/roles/bodhi2/backend/templates/pungi.module.conf.j2
index bb021eb..43c6a7e 100644
--- a/roles/bodhi2/backend/templates/pungi.module.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2
@@ -14,6 +14,8 @@ sigkeys = [
   '9db62fb1',
[% elif release.version_int == 29 %]
   '429476b4',
+[% elif release.version_int == 30 %]
+   'cfc659b9',
[% endif %]
{% if env == "staging" %}
   None

Please +1 this patch to resume the failed f30-modular-updates-testing.

Thanks.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@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.fedoraproject.org