Skip to content

Commit

Permalink
Cherry pick PR #3188: Add ltsnightlyqa channel. (#3198)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3188

b/320690807

Change-Id: Icbc5031fe6bfba856abb8ceb2c80d0ef54027e0d

Co-authored-by: Yijia Zhang <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and yjzhang111 authored May 8, 2024
1 parent 3ae232f commit b817af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobalt/updater/configurator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ std::vector<uint8_t> Configurator::GetRunActionKeyHash() const { return {}; }

std::string Configurator::GetAppGuidHelper(const std::string& updater_channel,
const std::string& version) {
if (updater_channel == "ltsnightly") {
if (updater_channel == "ltsnightly" || updater_channel == "ltsnightlyqa") {
return kOmahaCobaltLTSNightlyAppID;
}
if (version.find(".lts.") != std::string::npos &&
Expand Down

0 comments on commit b817af8

Please sign in to comment.