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

Unified Diff: scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipes/chromedriver.py ('k') | scripts/slave/recipes/chromium_codesearch.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py
diff --git a/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py b/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py
index 4e66a9a87d597d1c9d56579b6320cfb490d1f00f..7f49f55b87404e01ad02b450441a4c8053f457af 100644
--- a/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py
+++ b/scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py
@@ -17,7 +17,7 @@ DEPS = [
def Linux32_steps(api):
# update scripts step; implicitly run by recipe engine.
# bot_update step
- src_cfg = api.gclient.make_config(GIT_MODE=True)
+ src_cfg = api.gclient.make_config()
soln = src_cfg.solutions.add()
soln.name = "src"
soln.url = "https://chromium.googlesource.com/chromium/src.git"
@@ -93,7 +93,7 @@ def Linux32_steps(api):
def Mac_10_6_steps(api):
# update scripts step; implicitly run by recipe engine.
# bot_update step
- src_cfg = api.gclient.make_config(GIT_MODE=True)
+ src_cfg = api.gclient.make_config()
soln = src_cfg.solutions.add()
soln.name = "src"
soln.url = "https://chromium.googlesource.com/chromium/src.git"
@@ -171,7 +171,7 @@ def Win7_steps(api):
api.python("taskkill", api.path["build"].join("scripts", "slave",
"kill_processes.py"))
# bot_update step
- src_cfg = api.gclient.make_config(GIT_MODE=True)
+ src_cfg = api.gclient.make_config()
soln = src_cfg.solutions.add()
soln.name = "src"
soln.url = "https://chromium.googlesource.com/chromium/src.git"
@@ -244,7 +244,7 @@ def Win7_steps(api):
def Linux_steps(api):
# update scripts step; implicitly run by recipe engine.
# bot_update step
- src_cfg = api.gclient.make_config(GIT_MODE=True)
+ src_cfg = api.gclient.make_config()
soln = src_cfg.solutions.add()
soln.name = "src"
soln.url = "https://chromium.googlesource.com/chromium/src.git"
« no previous file with comments | « scripts/slave/recipes/chromedriver.py ('k') | scripts/slave/recipes/chromium_codesearch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698