#106 Revert "Set stabilization if any branch is in stabilization (CS-2523)"
Merged 2 months ago by tdawson. Opened 2 months ago by tdawson.
centos/ tdawson/centpkg revert  into  develop

file modified
+1 -3
@@ -399,7 +399,6 @@ 

  

      active_y_version = -1

      beta = False

-     in_exception_phase = False

      for entry in payload:

          shortname = entry["shortname"]

  
@@ -411,8 +410,7 @@ 

              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(

This reverts commit 7dbbdbd.

Signed-off-by: Troy Dawson tdawson@redhat.com

Pull-Request has been merged by tdawson

2 months ago
Metadata