#38 add arches to module-tag (not just build-tag)
Merged 7 years ago by lkocman. Opened 7 years ago by lkocman.
lkocman/fm-orchestrator tag_arches  into  master

file modified
+1 -1
@@ -350,7 +350,7 @@ 

          """

          log.info("%r preparing buildroot." % self)

          self.module_tag = self._koji_create_tag(

-             self.tag_name, perm="admin") # returns tag obj

+             self.tag_name, self.arches, perm="admin") # the main tag needs arches so pungi can dump it

          self.module_build_tag = self._koji_create_tag(

              self.tag_name + "-build", self.arches, perm="admin")

  

  • this fixes issue that pungi can't discover arches for compsing module from tag

Signed-off-by: Lubos Kocman lkocman@redhat.com

Pull-Request has been merged by lkocman

7 years ago
Metadata