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/1380972
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
changes/72/1380972/4
Edward Lemur 8 years ago committed by Commit Bot
parent a1e4d48a10
commit fb8c1a203d

@ -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:

Loading…
Cancel
Save