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

Unified Diff: scripts/slave/recipes/client.nacl.sdk.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/client.fletch.recipe_autogen.py ('k') | scripts/slave/recipes/closure_compilation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
diff --git a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
index 17e54cd05b85c216f625502da9dc1d1bfaced01b..7e62312ef44d1c717fe5ed33cad88f7b63d55233 100644
--- a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
+++ b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
@@ -19,7 +19,7 @@ def linux_sdk_multi_steps(api):
build_properties = api.properties.legacy()
# 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"
@@ -107,7 +107,7 @@ def mac_sdk_multi_steps(api):
build_properties = api.properties.legacy()
# 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"
@@ -200,7 +200,7 @@ def windows_sdk_multi_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"
@@ -288,7 +288,7 @@ def linux_sdk_multirel_steps(api):
build_properties = api.properties.legacy()
# 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 = "chrome-official"
soln.url = "svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/"+\
@@ -354,7 +354,7 @@ def windows_sdk_multirel_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 = "chrome-official"
soln.url = "svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/"+\
@@ -416,7 +416,7 @@ def mac_sdk_multirel_steps(api):
build_properties = api.properties.legacy()
# 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 = "chrome-official"
soln.url = "svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/"+\
« no previous file with comments | « scripts/slave/recipes/client.fletch.recipe_autogen.py ('k') | scripts/slave/recipes/closure_compilation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698