#532 Don't create ISOs for Modular variant
Merged 6 years ago by ausil. Opened 6 years ago by dustymabe.
dustymabe/pungi-fedora dusty-modular  into  master

file modified
+5
@@ -211,6 +211,11 @@ 

              'src': True

          }),

  

+         ('^Modular$', {

+             '*': True,

+             'src': True

+         }),

+ 

      ]

  

  # fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]

This looks correct to me. Modular is now a variant just like Everything, Cloud, Server and Workstation, and we don't want an install DVD for it. :thumbsup:

Pull-Request has been merged by ausil

6 years ago
Metadata