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

Unified Diff: scripts/slave/recipes/blink_downstream.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/recipes/blink_downstream.py
diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py
index 077ebe0d649d77624653a8859be9c72071050054..38f26281ad9eb211a57adb4eaf84420d90f086c8 100644
--- a/scripts/slave/recipes/blink_downstream.py
+++ b/scripts/slave/recipes/blink_downstream.py
@@ -114,7 +114,7 @@ def RunSteps(api):
bot_config = master_dict.get('builders', {}).get(buildername)
# Sync chromium to HEAD.
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.gclient.c.revisions['src'] = 'HEAD'
api.chromium.set_config('blink',
**bot_config.get('chromium_config_kwargs', {}))

Powered by Google App Engine
This is Rietveld 408576698