Commit fb8c1a20 authored by Edward Lemur's avatar Edward Lemur Committed by Commit Bot

gclient eval: Replace monorail with crbug.com in error message.

Tbr: tandrii@chromium.org
Bug: 914712
Change-Id: Iff8aecff346692ef36fd653f226b48270fefa304
Reviewed-on: https://chromium-review.googlesource.com/c/1380972Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent a1e4d48a
......@@ -756,7 +756,7 @@ def SetCIPD(gclient_dict, dep_name, package_name, new_version):
if not isinstance(node, ast.Call) and not isinstance(node, ast.Str):
raise ValueError(
"Unsupported dependency revision format. Please file a bug to the "
"Infra>SDK component in monorail.")
"Infra>SDK component in crbug.com")
var_name = _GetVarName(node)
if var_name is not None:
......@@ -780,7 +780,7 @@ def SetRevision(gclient_dict, dep_name, new_revision):
if not isinstance(node, ast.Call) and not isinstance(node, ast.Str):
raise ValueError(
"Unsupported dependency revision format. Please file a bug to the "
"Infra>SDK component in monorail.")
"Infra>SDK component in crbug.com")
var_name = _GetVarName(node)
if var_name is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment