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

Unified Diff: scripts/slave/recipe_modules/ios/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/emulator/example.py ('k') | scripts/slave/recipe_modules/legion/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/ios/api.py
diff --git a/scripts/slave/recipe_modules/ios/api.py b/scripts/slave/recipe_modules/ios/api.py
index 60fa03b0c4f2bd00ad0a5f2a7a7631943b2694f0..40cc15d5f6f09894ef32144764b8c7728ec9de50 100644
--- a/scripts/slave/recipe_modules/ios/api.py
+++ b/scripts/slave/recipe_modules/ios/api.py
@@ -40,7 +40,7 @@ class iOSApi(recipe_api.RecipeApi):
def checkout(self, **kwargs):
"""Checks out Chromium."""
kwargs.setdefault('force', True)
- self.m.gclient.set_config('ios', GIT_MODE=True)
+ self.m.gclient.set_config('ios')
checkout_dir = self.m.chromium_checkout.get_checkout_dir({})
if checkout_dir:
« no previous file with comments | « scripts/slave/recipe_modules/emulator/example.py ('k') | scripts/slave/recipe_modules/legion/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698