prepare for RT support

This commit is contained in:
nazunalika 2021-08-23 15:29:09 -07:00
parent a1428c18b5
commit 588d36165d
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -290,13 +290,11 @@
<arch>x86_64</arch> <arch>x86_64</arch>
</arches> </arches>
</variant> </variant>
<!-- Not available yet
<variant id="RT" name="RT" type="variant"> <variant id="RT" name="RT" type="variant">
<arches> <arches>
<arch>x86_64</arch> <arch>x86_64</arch>
</arches> </arches>
</variant> </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 -->