From a06545f5d2a97e8114c7bf2f5258ab41d6039419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Fri, 24 Jun 2022 09:04:48 +0200 Subject: [PATCH] bodhi multilib: note that people should update it in two places MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: https://pagure.io/pungi-fedora/pull-request/1108 Signed-off-by: Kamil Páral --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 01bbe8dcc3..b66604717e 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -114,6 +114,12 @@ multilib = [ }) ] filter_packages = [] + +# Note: If you change something here (affects updates for stable releases), also +# submit the same change to pungi-fedora (affects Rawhide/Branched composes), +# we want to keep them in sync: +# https://pagure.io/pungi-fedora/blob/main/f/fedora.conf +# # format: {arch|*: [packages]} multilib_blacklist = { '*': [ @@ -140,6 +146,12 @@ multilib_blacklist = { 'tomcat-native', ], } + +# Note: If you change something here (affects updates for stable releases), also +# submit the same change to pungi-fedora (affects Rawhide/Branched composes), +# we want to keep them in sync: +# https://pagure.io/pungi-fedora/blob/main/f/fedora.conf +# # format: {arch|*: [packages]} multilib_whitelist = { '*': [ @@ -181,6 +193,7 @@ multilib_whitelist = { 'yaboot', ], } + createiso_skip = [ ('^Everything$', { '*': True,