mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
preparing for RT
This commit is contained in:
parent
588d36165d
commit
1bdb6283ce
@ -1,11 +1,11 @@
|
||||
filter_packages = [
|
||||
("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", {
|
||||
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT)$", {
|
||||
"*": [
|
||||
"python36",
|
||||
"gcc-toolset-9-*-testsuite",
|
||||
"gcc-toolset-9-gcc-plugin-devel",
|
||||
"tuned-profiles-sap", # RCM-53604 - This should be only in SAP
|
||||
"tuned-profiles-sap-hana", # RCM-53604 - This should be only in SAPHANA
|
||||
"tuned-profiles-sap",
|
||||
"tuned-profiles-sap-hana",
|
||||
"java-*slowdebug*",
|
||||
"java-*fastdebug*",
|
||||
"insights-client",
|
||||
@ -23,6 +23,13 @@ filter_packages = [
|
||||
]
|
||||
}),
|
||||
|
||||
("^RT$", {
|
||||
"*": [
|
||||
"kernel-rt-kvm-debuginfo",
|
||||
"kernel-rt-debug-kvm-debuginfo",
|
||||
]
|
||||
}),
|
||||
|
||||
("^.*$", {
|
||||
"*": [
|
||||
"java-11-openjdk-*slowdebug*",
|
||||
|
6
r8.conf
6
r8.conf
@ -104,8 +104,7 @@ lorax_options = [
|
||||
]
|
||||
|
||||
buildinstall_skip = [
|
||||
#("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||
("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|RT)$", {
|
||||
"*": True
|
||||
}),
|
||||
]
|
||||
@ -122,8 +121,7 @@ image_volid_formats = [ '{release_short}-8.4-{arch}-{disc_type}', ]
|
||||
create_optional_isos = False
|
||||
|
||||
createiso_skip = [
|
||||
#('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
|
||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
|
||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|RT)$', {
|
||||
'*': True,
|
||||
'src':True
|
||||
}),
|
||||
|
@ -294,6 +294,10 @@
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="true">rt</group>
|
||||
<group default="true">rt-debug</group>
|
||||
</groups>
|
||||
</variant>
|
||||
|
||||
<!-- Live Variants, loosely borrowed from Fedora
|
||||
|
Loading…
Reference in New Issue
Block a user