From 3dde0c898c29d342220c1f099f9f74749f100be5 Mon Sep 17 00:00:00 2001 From: Matthew Brown <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 4 Dec 2022 09:38:40 +0000 Subject: [PATCH 1/2] update channels less confusing for new users --- Bloxstrap/Helpers/DeployManager.cs | 46 ++---------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/Bloxstrap/Helpers/DeployManager.cs b/Bloxstrap/Helpers/DeployManager.cs index d23ae09..5d93058 100644 --- a/Bloxstrap/Helpers/DeployManager.cs +++ b/Bloxstrap/Helpers/DeployManager.cs @@ -19,12 +19,10 @@ namespace Bloxstrap.Helpers "LIVE", "ZAvatarTeam", "ZCanary", - //"ZFeatureHarmony", last updated 9/20, shouldn't be here anymore "ZFlag", "ZIntegration", "ZLive", "ZNext", - //"ZPublic", "ZSocialTeam" }; @@ -32,61 +30,21 @@ namespace Bloxstrap.Helpers public static readonly List ChannelsAll = new List() { "LIVE", - "Ganesh", "ZAvatarTeam", - "ZBugFixBoost-Mutex-Revert", - "ZBugFixCLI-54676-Test", - "ZBugFixCLI-55214-Master", + "ZAvatarRelease", "ZCanary", "ZCanary1", "ZCanary2", "ZCanaryApps", - "ZClientIntegration", - "ZClientWatcher", - "ZFeatureBaseline", - "ZFeatureBoost_Removal_Test_In_Prod", - "ZFeatureFMOD-20115", - "ZFeatureFMOD-Recording-Test", - "ZFeatureHarmony", - "ZFeatureHSR2CDNPlayTest", - "ZFeatureHSR2CDNPlayTest2", - "ZFeatureInstance-Parent-Weak-Ptr", - "ZFeatureInstance-Parent-Weak-Ptr-2", - "ZFeatureLTCG1", - "ZFeatureLuaIInline1", - "ZFeatureQt5.15", - "ZFeatureRail", - "ZFeatureRetchecksV2", - "ZFeatureSubsystemAtomic", - "ZFeatureSubsystemHttpClient", - "ZFeatureTelemLife", - "ZFeatureUse-New-RapidJson-In-Flag-Loading", "ZFlag", "ZIntegration", "ZIntegration1", - "ZLang", "ZLive", "ZLive1", - "ZLoom", "ZNext", - "ZProject512-Boost-Remove-Mutex-1", - "ZProject516-Boost-Remove-Mutex-Network", - "ZPublic", - "ZQtitanStudio", - "ZQTitanStudioRelease", - "ZReleaseVS2019", "ZSocialTeam", - "ZStIntegration", "ZStudioInt1", - "ZStudioInt2", - "ZStudioInt3", - "ZStudioInt4", - "ZStudioInt5", - "ZStudioInt6", - "ZStudioInt7", - "ZStudioInt8", - "ZTesting", - "ZVS2019" + "ZStudioInt2" }; #endregion From 59a9c6de0e3574f6b2b248ccee617ff45bd2b0b0 Mon Sep 17 00:00:00 2001 From: Matthew Brown <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 4 Dec 2022 09:41:49 +0000 Subject: [PATCH 2/2] update abstracted channels list --- Bloxstrap/Helpers/DeployManager.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Bloxstrap/Helpers/DeployManager.cs b/Bloxstrap/Helpers/DeployManager.cs index 5d93058..df7f23c 100644 --- a/Bloxstrap/Helpers/DeployManager.cs +++ b/Bloxstrap/Helpers/DeployManager.cs @@ -17,13 +17,9 @@ namespace Bloxstrap.Helpers public static readonly List ChannelsAbstracted = new List() { "LIVE", - "ZAvatarTeam", - "ZCanary", - "ZFlag", - "ZIntegration", - "ZLive", "ZNext", - "ZSocialTeam" + "ZCanary", + "ZIntegration" }; // why not?