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

Unified Diff: scripts/slave/recipe_modules/emulator/example.py

Issue 2269263002: Make all the rest of the recipes explicitly specify GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase 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
Index: scripts/slave/recipe_modules/emulator/example.py
diff --git a/scripts/slave/recipe_modules/emulator/example.py b/scripts/slave/recipe_modules/emulator/example.py
index 951b44b1ee79eec7fc0c4428339d0e609823de47..721414c48cd07c2245023f1a6e6de6706518c4ae 100644
--- a/scripts/slave/recipe_modules/emulator/example.py
+++ b/scripts/slave/recipe_modules/emulator/example.py
@@ -53,7 +53,7 @@ def RunSteps(api, mastername, buildername):
BUILD_CONFIG=builder['target'])
api.emulator.set_config('base_config')
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.gclient.apply_config('android')
api.bot_update.ensure_checkout()

Powered by Google App Engine
This is Rietveld 408576698