#259 Include all modules in modular Koji tag in compose.
Merged 5 years ago by jkaluza. Opened 5 years ago by jkaluza.
jkaluza/odcs fix-tests  into  master

@@ -248,6 +248,8 @@ 

          elif self.source_type == PungiSourceType.KOJI_TAG:

              if self.packages:

                  tmp_variant.add_group(comps.Group('odcs-group', 'odcs-group', 'ODCS compose default group'))

+             if self.koji_module_tags:

+                 tmp_variant.add_module(comps.Module("*"))

  

          odcs_product.add_variant(tmp_variant)

  

There was Pungi change when generating compose with modules from modular
Koji tag. To include all the modules which are in a tag, we now need
to use wildcard sign.

It is also possible to cherry-pick some modules from the modular
Koji tag, but our API currently does not support that.

Pull-Request has been merged by jkaluza

5 years ago
Metadata