874d10
@@ -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()
Signed-off-by: Troy Dawson tdawson@redhat.com
Pull-Request has been merged by tdawson
Signed-off-by: Troy Dawson tdawson@redhat.com