From f16761ffb470f1e03bf2a63f8fbadbe490534f1f Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Wed, 22 May 2024 16:45:14 -0400 Subject: [PATCH] Revert "Changes after new branch radjabov" This reverts commit ccb776bc5c31146550262838a512a57b1ad6a9ab. --- lib/vmdb/appliance.rb | 2 +- lib/vmdb/deprecation.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vmdb/appliance.rb b/lib/vmdb/appliance.rb index b804dbb15c5..e108421bbf2 100644 --- a/lib/vmdb/appliance.rb +++ b/lib/vmdb/appliance.rb @@ -11,7 +11,7 @@ def self.BUILD end def self.CODENAME - "Spassky".freeze + "Radjabov".freeze end def self.RELEASE diff --git a/lib/vmdb/deprecation.rb b/lib/vmdb/deprecation.rb index 9d547939adb..fc56006b26d 100644 --- a/lib/vmdb/deprecation.rb +++ b/lib/vmdb/deprecation.rb @@ -1,7 +1,7 @@ module Vmdb class Deprecation def self.instance - @instance ||= ActiveSupport::Deprecation.new("T-release", "ManageIQ").tap { |d| d.behavior = default_behavior } + @instance ||= ActiveSupport::Deprecation.new("S-release", "ManageIQ").tap { |d| d.behavior = default_behavior } end def self.method_missing(method_name, ...)