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

Unified Diff: scripts/slave/recipes/v8/auto_roll_deps.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/syzygy/smoke_test.py ('k') | scripts/slave/recipes/v8/auto_roll_push.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/auto_roll_deps.py
diff --git a/scripts/slave/recipes/v8/auto_roll_deps.py b/scripts/slave/recipes/v8/auto_roll_deps.py
index fac235da5cd1f41c86ccf4731392798d1c3fb7b7..9a2fc2d56bde4e67c9fa9042f3728fe4767be92d 100644
--- a/scripts/slave/recipes/v8/auto_roll_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_deps.py
@@ -63,7 +63,7 @@ def RunSteps(api):
monitoring_state = 'failure'
try:
api.chromium.cleanup_temp()
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
api.gclient.apply_config('v8_bleeding_edge_git')
step_result = api.python(
« no previous file with comments | « scripts/slave/recipes/syzygy/smoke_test.py ('k') | scripts/slave/recipes/v8/auto_roll_push.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698