#860 ELN: Workaround bug in Pungi when koji tag does not contain any module.
Merged 3 years ago by jkaluza. Opened 3 years ago by jkaluza.
jkaluza/pungi-fedora eln-fork4  into  eln

file modified
+3
@@ -171,8 +171,11 @@ 

  

  

  # The openh264 packages are https://fedoraproject.org/wiki/Non-distributable-rpms.

+ # Filter everything for Modular until we have some modules. Pungi currently cannot

+ # create "empty" variant it seems.

  filter_packages = [

      ("^.*$", {"*": ["glibc32", "libgcc32", "*openh264*"]}),

+     ("^Modular$", {"*": ["*"]}),

  ]

  

  

file modified
-3
@@ -18,8 +18,5 @@ 

              <arch>s390x</arch>

              <arch>x86_64</arch>

          </arches>

-        <modules>

-             <kojitag>modular</kojitag>

-         </modules>

      </variant>

  </variants>

no initial comment

Pull-Request has been merged by jkaluza

3 years ago