Re: FBR: Fix the broken fedimg hub config key

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Hi,
> 
> After the last change for updating fedimg on stg. The config key in
> the prod also broke. To fix this issue I would like to apply the
> following patch so the it can listen to pungi messages.
> 
> ---
>  roles/fedimg/templates/fedmsg.d/fedimg.py | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/roles/fedimg/templates/fedmsg.d/fedimg.py
> b/roles/fedimg/templates/fedmsg.d/fedimg.py
> index 25401cd..f3aa4da 100644
> --- a/roles/fedimg/templates/fedmsg.d/fedimg.py
> +++ b/roles/fedimg/templates/fedmsg.d/fedimg.py
> @@ -29,8 +29,6 @@ config = {
>  }
>  {% else %}
>  config = {
> -    'fedimgconsumer.dev.enabled': False,
> -    'fedimgconsumer.prod.enabled': True,
> -    'fedimgconsumer.stg.enabled': False,
> +    'fedimgconsumer': True,
>  }
>  {% endif %}

I guess +1, though I'm curious why the change was made on Feb 19?
_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux