On Tue, 23 Jun 2020 at 12:11, Fabio Valentini <decatho...@gmail.com> wrote:

> On Mon, Jun 22, 2020 at 9:58 AM Clement Verna <cve...@fedoraproject.org>
> wrote:
> >
> > Hi all,
> >
> > I have just deployed Bodhi 5.4.0 (
> https://github.com/fedora-infra/bodhi/releases) in production. We were
> running 5.2.2 so that deployment brings the improvement and bug fixes from
> 5.3.0 and 5.4.0 (see release notes)
> >
> > One high level feature worth noting :
> >
> > * you can now associate BZ tickets to the automatically created rawhide
> updates. The bugs mentioned with the format "fix(es)|close(s)
> (fedora|epel|rh|rhbz)#BUG_ID"  in the changelog will be associated to the
> update and automatically closed.
> > More info
> https://github.com/fedora-infra/bodhi/blob/develop/docs/user/automatic_updates.rst#associate-bugs-to-automatic-updates
>
> Uh well, I managed to screw this up at my first try. I guess the regex
> used to detect this doesn't like the ":" in there (which is what most
> projects use for automations like this?) ...
> https://bodhi.fedoraproject.org/updates/FEDORA-2020-0523158a04


Yeah that is not supported (the ":") in the default regex expression if you
look at the documentation you have examples [0]. Supporting that case
should not be too hard tho, we just need to update the config with the
right regex :-)

[0] -
https://github.com/fedora-infra/bodhi/blob/develop/docs/user/automatic_updates.rst#associate-bugs-to-automatic-updates

>
>
> Fabio
>
> > Also there were no changes on the client side.
> >
> > Thanks all
> > Clément
> > _______________________________________________
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to