mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
remove filters
This commit is contained in:
parent
581e654969
commit
a4711f7a5b
@ -30,21 +30,21 @@ filter_packages = [
|
||||
}),
|
||||
]
|
||||
|
||||
#filter_modules = [
|
||||
# ("^AppStream$", {
|
||||
# "aarch64":
|
||||
# [
|
||||
# "eclipse:rhel8",
|
||||
# ],
|
||||
# "ppc64le":
|
||||
# [
|
||||
# "eclipse:rhel8",
|
||||
# ],
|
||||
# "s390x": [
|
||||
# "eclipse:rhel8",
|
||||
# ]
|
||||
# }),
|
||||
#]
|
||||
filter_modules = [
|
||||
("^AppStream$", {
|
||||
"aarch64":
|
||||
[
|
||||
"eclipse:rhel8",
|
||||
],
|
||||
"ppc64le":
|
||||
[
|
||||
"eclipse:rhel8",
|
||||
],
|
||||
"s390x": [
|
||||
"eclipse:rhel8",
|
||||
]
|
||||
}),
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
("^AppStream$", {
|
||||
|
Loading…
Reference in New Issue
Block a user