From ca8bc3f0bfa313fe1e57786e2c8c52fa1b999c74 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 16 2021 20:29:28 +0000 Subject: Filter perl*bootstrap:* and rpm* modules Signed-off-by: Mohan Boddu --- diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 8ffc290..253d0c1 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'