Bodhi: Add Fedora Modules to the bugzilla products list.

Fixes https://github.com/fedora-infra/bodhi/issues/3893.

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-01-09 20:59:18 +01:00 committed by Pierre-Yves Chibon
parent a8d90f83d4
commit 97ae6ceb46

View file

@ -524,7 +524,7 @@ bz_server_rest = https://partner-bugzilla.redhat.com/rest/
# Bodhi will avoid touching bugs that are not against the following comma-separated products. # Bodhi will avoid touching bugs that are not against the following comma-separated products.
# Fedora's production Bodhi instance sets this to Fedora,Fedora EPEL # Fedora's production Bodhi instance sets this to Fedora,Fedora EPEL
# bz_products = # bz_products =
bz_products = Fedora,Fedora EPEL bz_products = Fedora,Fedora EPEL,Fedora Modules
# A template to use for links to Bugzilla tickets. %%s will be filled in with the bug number. # A template to use for links to Bugzilla tickets. %%s will be filled in with the bug number.
# buglink = https://bugzilla.redhat.com/show_bug.cgi?id=%%s # buglink = https://bugzilla.redhat.com/show_bug.cgi?id=%%s