Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: scripts/master/factory/commands.py

Issue 14440005: Rework how bots get the version of Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: test, switch to using blink_config parameter to GClient Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index 0fed698e86174701221a52d232c664520ab6da74..e645fa518b1376f38980d7753d9a4b49641d048c 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -753,7 +753,7 @@ class FactoryCommands(object):
gclient_nohooks=False, no_gclient_branch=False,
no_gclient_revision=False,
gclient_transitive=False, primary_repo=None,
- gclient_jobs=None):
+ gclient_jobs=None, blink_config=None):
"""Adds a step to the factory to update the workspace."""
env = env or {}
env['DEPOT_TOOLS_UPDATE'] = '0'
@@ -778,7 +778,8 @@ class FactoryCommands(object):
no_gclient_branch=no_gclient_branch,
no_gclient_revision=no_gclient_revision,
gclient_transitive=gclient_transitive,
- primary_repo=primary_repo)
+ primary_repo=primary_repo,
+ blink_config=blink_config)
def AddApplyIssueStep(self, timeout, server):
"""Adds a step to the factory to apply an issues from Rietveld.

Powered by Google App Engine
This is Rietveld 408576698