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