From ca8bc3f0bfa313fe1e57786e2c8c52fa1b999c74 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 15 Sep 2021 13:55:51 -0400 Subject: [PATCH] Filter perl*bootstrap:* and rpm* modules Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 8ffc290f7c..253d0c1370 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -105,4 +105,13 @@ createiso_skip = [ 'src': True }), ] + +filter_modules = [ + ('(Everything)$', { + '*': [ + 'perl*bootstrap:*', + ] + }), +] + koji_profile = 'bodhi_koji'