comment out RT/NFV for now

This commit is contained in:
nazunalika 2021-05-05 11:03:23 -07:00
parent 6a9d6bb9b6
commit 48c60fe47a
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 5 additions and 31 deletions

View File

@ -1,5 +1,5 @@
filter_packages = [
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT)$", {
("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", {
"*": [
"python36",
"gcc-toolset-9-*-testsuite",
@ -18,12 +18,6 @@ filter_packages = [
]
}),
("^RT$", {
"*": [
"kernel-rt-kvm-debuginfo",
"kernel-rt-debug-kvm-debuginfo",
]
}),
]
filter_modules = [

View File

@ -151,8 +151,10 @@ variant_as_lookaside = [
('HighAvailability', 'AppStream'),
("ResilientStorage", "BaseOS"),
("ResilientStorage", "AppStream"),
("RT", "BaseOS"),
("RT", "AppStream"),
# ("RT", "BaseOS"),
# ("RT", "AppStream"),
# ("NFV", "BaseOS"),
# ("NFV", "AppStream"),
]
extra_files = [

View File

@ -281,26 +281,4 @@
</arches>
</variant>
<variant id="RT" name="RT" type="variant">
<arches>
<arch>x86_64</arch>
</arches>
<groups>
<group default="true">rt</group>
<group default="true">rt-debug</group>
</groups>
</variant>
<variant id="NFV" name="NFV" type="variant">
<arches>
<arch>x86_64</arch>
</arches>
<groups>
<group default="true">rt</group>
<group default="true">rt-debug</group>
<group default="true">nfv</group>
<group default="true">nfv-debug</group>
</groups>
</variant>
</variants>