From 25215d0761932c27de48b451732eb2176d9c310d Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 13 Aug 2024 18:34:53 -0500 Subject: [PATCH] bodhi: Exclude EPEL-10.0 from bugzillas This should be reverted when we disable automatic bodhi updates for EPEL-10.0. https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/CS3Z2LVATYVJNOT6HZXXWMWBWWHRPTJI/ Signed-off-by: Carl George --- 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 2480ce751b..c0667fa1c2 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -506,7 +506,7 @@ bz_products = Fedora,Fedora EPEL,Fedora Modules # Exclude some Releases where Updates are created automatically to touch bugs. # Comma separated list of Release.name values -bz_exclude_rels = ELN +bz_exclude_rels = ELN,EPEL-10.0 # Relax default regex used to catch bug ids in RPM changelogs bz_regex = (?:fedora|epel|rh(?:bz)?)#(\d{5,})