remove extras

This commit is contained in:
Louis Abel 2022-11-10 11:36:48 -07:00
parent 440d25f2b3
commit c82d394944
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 3 additions and 18 deletions

View File

@ -1,5 +1,5 @@
filter_packages = [ filter_packages = [
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT|NFV|extras)$", { ("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT|NFV)$", {
"*": [ "*": [
"python36", # RCM-42305 - ursine python36 should be only in buildroot "python36", # RCM-42305 - ursine python36 should be only in buildroot
"gcc-toolset-9-*-testsuite", #RCM-58061 "gcc-toolset-9-*-testsuite", #RCM-58061
@ -31,12 +31,6 @@ filter_packages = [
# "kernel-rt-kvm-debuginfo", # RCM-33741 # "kernel-rt-kvm-debuginfo", # RCM-33741
# "kernel-rt-debug-kvm-debuginfo", # RCM-33741 # "kernel-rt-debug-kvm-debuginfo", # RCM-33741
# ] # ]
# }),
# ("^extras$", {
# "*": [
# "*",
# ]
# }), # }),
("^.*$", { ("^.*$", {

View File

@ -104,7 +104,7 @@ lorax_options = [
] ]
buildinstall_skip = [ buildinstall_skip = [
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|RT|NFV|extras)$", { ("^(AppStream|PowerTools|HighAvailability|ResilientStorage|RT|NFV)$", {
"*": True "*": True
}), }),
] ]
@ -121,7 +121,7 @@ image_volid_formats = [ '{release_short}-8.8-{arch}-{disc_type}', ]
create_optional_isos = False create_optional_isos = False
createiso_skip = [ createiso_skip = [
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|RT|NFV|extras)$', { ('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|RT|NFV)$', {
'*': True, '*': True,
'src':True 'src':True
}), }),
@ -158,8 +158,6 @@ variant_as_lookaside = [
("NFV", "AppStream"), ("NFV", "AppStream"),
("Minimal", "BaseOS"), ("Minimal", "BaseOS"),
("Minimal", "AppStream"), ("Minimal", "AppStream"),
("extras", "BaseOS"),
("extras", "AppStream"),
] ]
extra_files = [ extra_files = [

View File

@ -321,13 +321,6 @@
</groups> </groups>
</variant> </variant>
<variant id="extras" name="extras" type="variant">
<arches>
<arch>aarch64</arch>
<arch>x86_64</arch>
</arches>
</variant>
<!-- Live Variants, loosely borrowed from Fedora <!-- Live Variants, loosely borrowed from Fedora
Usually these variants are set to always be empty --> Usually these variants are set to always be empty -->
<variant id="Workstation" name="Workstation" type="variant" is_empty="true"> <variant id="Workstation" name="Workstation" type="variant" is_empty="true">