bodhi multilib: note that people should update it in two places

Related: https://pagure.io/pungi-fedora/pull-request/1108

Signed-off-by: Kamil Páral <kparal@redhat.com>
This commit is contained in:
Kamil Páral 2022-06-24 09:04:48 +02:00 committed by kevin
parent f027f65e9e
commit a06545f5d2

View file

@ -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,