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

Unified Diff: scripts/slave/recipe_modules/chromite/api.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/recipe_modules/chromedriver/example.py ('k') | scripts/slave/recipe_modules/chromium/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromite/api.py
diff --git a/scripts/slave/recipe_modules/chromite/api.py b/scripts/slave/recipe_modules/chromite/api.py
index 46b76574a4f7d1c1a2e971a672a9b0ba802108aa..78e4e89de3e9d868bb9b96e1f4f3baae182d3927 100644
--- a/scripts/slave/recipe_modules/chromite/api.py
+++ b/scripts/slave/recipe_modules/chromite/api.py
@@ -170,7 +170,7 @@ class ChromiteApi(recipe_api.RecipeApi):
Return: (config) A 'gclient' recipe module configuration.
"""
- cfg = self.m.gclient.make_config(GIT_MODE=True)
+ cfg = self.m.gclient.make_config()
soln = cfg.solutions.add()
soln.name = 'chromite'
soln.url = self.chromite_url
« no previous file with comments | « scripts/slave/recipe_modules/chromedriver/example.py ('k') | scripts/slave/recipe_modules/chromium/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698