From 97ae6ceb465a6aa0e2640275df1c4193e59b1306 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 9 Jan 2020 20:59:18 +0100 Subject: [PATCH] Bodhi: Add Fedora Modules to the bugzilla products list. Fixes https://github.com/fedora-infra/bodhi/issues/3893. Signed-off-by: Clement Verna --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index eaccecbff5..f6bd701f0f 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -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. # Fedora's production Bodhi instance sets this to Fedora,Fedora EPEL # 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. # buglink = https://bugzilla.redhat.com/show_bug.cgi?id=%%s