From ff58b37f1f8a18c44fcdbac0b543fc933d0523b8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Sep 13 2024 15:36:59 +0000 Subject: Revert "Set stabilization if any branch is in stabilization (CS-2523)" This reverts commit 7dbbdbdef4907a7350d02f0f0fae44d4f77462df. Signed-off-by: Troy Dawson --- diff --git a/src/centpkg/utils.py b/src/centpkg/utils.py index 4c80e75..4a420f9 100644 --- a/src/centpkg/utils.py +++ b/src/centpkg/utils.py @@ -399,7 +399,6 @@ def determine_active_y_version(rhel_version, api_url): active_y_version = -1 beta = False - in_exception_phase = False for entry in payload: shortname = entry["shortname"] @@ -411,8 +410,7 @@ def determine_active_y_version(rhel_version, api_url): active_y_version = y_version beta = bool(extra_version and "beta" in extra_version) - if not in_exception_phase: - in_exception_phase = entry["phase"] == 450 + in_exception_phase = entry["phase"] == 450 logger.debug( "Active Y-stream: {}, Enforcing: {}, Beta: {}".format(