ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta

- A few modules for x86_64 are not filtered
This commit is contained in:
soksanichenko 2023-04-04 10:04:54 +03:00
parent 6c5f88645f
commit 6ec8027983

View File

@ -76,31 +76,31 @@ filter_packages = [
}
)
]
filter_modules = [
(
'^AppStream$', {
'*': [
"postgresql:15",
"nginx:1.22",
"maven:3.8",
]
}
),
(
'^CRB$', {
'*': [
"swig:4.1",
]
}
),
(
'^devel$', {
'*': [
"javapackages-tools:202201",
]
}
),
]
# filter_modules = [
# (
# '^AppStream$', {
# '*': [
# "postgresql:15",
# "nginx:1.22",
# "maven:3.8",
# ]
# }
# ),
# (
# '^CRB$', {
# '*': [
# "swig:4.1",
# ]
# }
# ),
# (
# '^devel$', {
# '*': [
# "javapackages-tools:202201",
# ]
# }
# ),
# ]
additional_packages = [
(