#86 Use correct format for divergent_branch
Merged 10 months ago by tdawson. Opened 10 months ago by tdawson.
centos/ tdawson/centpkg fix-divergent-branch  into  develop

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

  

      # Determine if the Y-1 branch exists for this repo

  

-     divergent_branch = active_y - 1

+     divergent_branch = "{}.{}.0".format(rhel_version, active_y - 1)

      logger.debug("Divergent branch: {}".format(divergent_branch))

      

      g = gitpython.cmd.Git()

Pull-Request has been merged by tdawson

10 months ago
Metadata