From 1de7bec37c1f74f771631c20e6892b2e459c0bf0 Mon Sep 17 00:00:00 2001 From: James Antill Date: Jun 23 2020 13:48:27 +0000 Subject: Add RT pungi config. from el8.3. --- diff --git a/c8-stream.conf b/c8-stream.conf index adde627..7602361 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -99,7 +99,7 @@ lorax_options = [ ] buildinstall_skip = [ - ("^(AppStream|PowerTools|CR|HighAvailability)$", { + ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", { "*": True }), ] @@ -115,7 +115,7 @@ image_volid_formats = [ '{release_short}-{version}-{arch}-{disc_type}', ] create_optional_isos = False createiso_skip = [ - ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR)$', { + ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', { '*': True, 'src':True }), @@ -139,6 +139,8 @@ variant_as_lookaside = [ ('PowerTools', 'AppStream'), ('HighAvailability', 'BaseOS'), ('HighAvailability', 'AppStream'), + ("RT", "BaseOS"), + ("RT", "AppStream"), ] extra_files = [ diff --git a/stream-include-excludes.conf b/stream-include-excludes.conf index e39934b..2ef01c9 100644 --- a/stream-include-excludes.conf +++ b/stream-include-excludes.conf @@ -480,7 +480,7 @@ filter_packages = [ ] }), - ("^(BaseOS|AppStream|HighAvailability)$", { + ("^(BaseOS|AppStream|HighAvailability|RT)$", { "*": [ "python36", "gcc-toolset-9-*-testsuite", @@ -496,6 +496,13 @@ filter_packages = [ "ongres-scram", ] }), + + ("^RT$", { + "*": [ + "kernel-rt-kvm-debuginfo", + "kernel-rt-debug-kvm-debuginfo", + ] + }), ] additional_packages = [ diff --git a/variants-stream.xml b/variants-stream.xml index 8ede842..5e2c140 100644 --- a/variants-stream.xml +++ b/variants-stream.xml @@ -250,4 +250,15 @@ + + + x86_64 + + + rt + rt-debug + + + +