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

Unified Diff: scripts/slave/recipes/dart/dart_vm.py

Issue 2273913002: Make dart recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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/dart/dart_cross_tester.py ('k') | scripts/slave/recipes/dart/dartium_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/dart/dart_vm.py
diff --git a/scripts/slave/recipes/dart/dart_vm.py b/scripts/slave/recipes/dart/dart_vm.py
index 7921c72e2d1f660423e2b635f44353558f8ceee9..83ba055df2906dfc7b092bbea1280eb5ff0830f5 100644
--- a/scripts/slave/recipes/dart/dart_vm.py
+++ b/scripts/slave/recipes/dart/dart_vm.py
@@ -124,7 +124,7 @@ for mode in ['debug', 'release', 'product']:
def RunSteps(api):
- api.gclient.set_config('dart')
+ api.gclient.set_config('dart', GIT_MODE=True)
api.path.c.dynamic_paths['tools'] = None
api.bot_update.ensure_checkout(force=True)
api.path['tools'] = api.path['checkout'].join('tools')
« no previous file with comments | « scripts/slave/recipes/dart/dart_cross_tester.py ('k') | scripts/slave/recipes/dart/dartium_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698