#18 Add RT pungi config. from el8.3.
Merged 3 years ago by bstinson. Opened 3 years ago by jamesantill.
centos/ jamesantill/pungi-centos centos-8-stream  into  centos-8-stream

Add RT pungi config. from el8.3.
James Antill • 3 years ago  
file modified
+4 -2
@@ -99,7 +99,7 @@ 

  ]

  

  buildinstall_skip = [

-     ("^(AppStream|PowerTools|CR|HighAvailability)$", {

+     ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", {

         "*": True

         }),

  ]
@@ -115,7 +115,7 @@ 

  create_optional_isos = False

  

  createiso_skip = [

-     ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR)$', {

+     ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', {

          '*': True,

          'src':True

      }),
@@ -139,6 +139,8 @@ 

      ('PowerTools', 'AppStream'),

      ('HighAvailability', 'BaseOS'),

      ('HighAvailability', 'AppStream'),

+     ("RT", "BaseOS"),

+     ("RT", "AppStream"),

  ]

  

  extra_files = [

file modified
+8 -1
@@ -480,7 +480,7 @@ 

          ]

      }),

  

-     ("^(BaseOS|AppStream|HighAvailability)$", {

+     ("^(BaseOS|AppStream|HighAvailability|RT)$", {

          "*": [

              "python36",

              "gcc-toolset-9-*-testsuite",
@@ -496,6 +496,13 @@ 

              "ongres-scram",

          ]

      }),

+ 

+     ("^RT$", {

+         "*": [

+             "kernel-rt-kvm-debuginfo",

+             "kernel-rt-debug-kvm-debuginfo",

+         ]

+     }),

  ]

  

  additional_packages = [

file modified
+11
@@ -250,4 +250,15 @@ 

      </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>

+ 

+ 

  </variants>

Add the pungi config. changes to create the RT variant in stream. This depends on the comps pull request:

https://git.centos.org/centos/comps/pull-request/6

Pull-Request has been merged by bstinson

3 years ago