mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +00:00
stop bringing in GARBAGE
This commit is contained in:
parent
4964ce46d1
commit
fa0cde1fbb
@ -1,5 +1,5 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", {
|
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|extras|Devel|plus)$", {
|
||||||
"*": [
|
"*": [
|
||||||
"python36",
|
"python36",
|
||||||
"gcc-toolset-9-*-testsuite",
|
"gcc-toolset-9-*-testsuite",
|
||||||
@ -878,9 +878,6 @@ additional_packages = [
|
|||||||
'x86_64': [
|
'x86_64': [
|
||||||
'elrepo-release',
|
'elrepo-release',
|
||||||
],
|
],
|
||||||
}),
|
|
||||||
|
|
||||||
('^extras$', {
|
|
||||||
'aarch64': [
|
'aarch64': [
|
||||||
"LibRaw",
|
"LibRaw",
|
||||||
"LibRaw-devel",
|
"LibRaw-devel",
|
||||||
@ -1121,7 +1118,7 @@ additional_packages = [
|
|||||||
"totem",
|
"totem",
|
||||||
"totem-nautilus",
|
"totem-nautilus",
|
||||||
"virtio-win",
|
"virtio-win",
|
||||||
],
|
]
|
||||||
}),
|
}),
|
||||||
|
|
||||||
("^BaseOS$", {
|
("^BaseOS$", {
|
||||||
|
4
r8.conf
4
r8.conf
@ -104,7 +104,7 @@ lorax_options = [
|
|||||||
|
|
||||||
buildinstall_skip = [
|
buildinstall_skip = [
|
||||||
#("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
#("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||||
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|extras|Devel|Plus)$", {
|
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|extras|Devel|plus)$", {
|
||||||
"*": True
|
"*": True
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
@ -122,7 +122,7 @@ create_optional_isos = False
|
|||||||
|
|
||||||
createiso_skip = [
|
createiso_skip = [
|
||||||
#('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
|
#('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
|
||||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|extras|Devel|Plus)$', {
|
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|extras|Devel|plus)$', {
|
||||||
'*': True,
|
'*': True,
|
||||||
'src':True
|
'src':True
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user