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:
parent
f027f65e9e
commit
a06545f5d2
1 changed files with 13 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue