multilib: note that people should update it in two places
Signed-off-by: Kamil Páral <kparal@redhat.com>
This commit is contained in:
parent
76722dd116
commit
0e0799dd7e
11
fedora.conf
11
fedora.conf
@ -202,6 +202,11 @@ filter_modules = [
|
|||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Note: If you change something here (affects Rawhide/Branched composes), also
|
||||||
|
# submit the same change to the Bodhi config (affects updates for stable releases),
|
||||||
|
# we want to keep them in sync:
|
||||||
|
# https://pagure.io/fedora-infra/ansible/blob/main/f/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
|
||||||
|
#
|
||||||
# format: {arch|*: [packages]}
|
# format: {arch|*: [packages]}
|
||||||
multilib_blacklist = {
|
multilib_blacklist = {
|
||||||
'*': [
|
'*': [
|
||||||
@ -226,7 +231,11 @@ multilib_blacklist = {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Note: If you change something here (affects Rawhide/Branched composes), also
|
||||||
|
# submit the same change to the Bodhi config (affects updates for stable releases),
|
||||||
|
# we want to keep them in sync:
|
||||||
|
# https://pagure.io/fedora-infra/ansible/blob/main/f/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
|
||||||
|
#
|
||||||
# format: {arch|*: [packages]}
|
# format: {arch|*: [packages]}
|
||||||
multilib_whitelist = {
|
multilib_whitelist = {
|
||||||
'*': [
|
'*': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user