#79 Fix crash in the builder plugin
Merged 4 years ago by nphilipp. Opened 4 years ago by nphilipp.
fedora-infra/ nphilipp/rpmautospec master--fix-tag-build  into  master

@@ -23,6 +23,7 @@ 

  

  

  def tag_package(srcdir, session):

+     koji_init(session)

      repopath = srcdir.rstrip(os.path.sep)

  

      name = os.path.basename(repopath)

Tell the helper functions that we have a Koji session.

Signed-off-by: Nils Philippsen nils@redhat.com

rebased onto 33e2969366f99c79be00dc743c3daec46ca7af15

4 years ago

Very close to the one I had :)

rebased onto 330f108

4 years ago

Pull-Request has been merged by nphilipp

4 years ago

Build succeeded.