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

Unified Diff: scripts/slave/recipes/catapult.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
« no previous file with comments | « scripts/slave/recipes/boringssl_docs.py ('k') | scripts/slave/recipes/catapult.expected/android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/catapult.py
diff --git a/scripts/slave/recipes/catapult.py b/scripts/slave/recipes/catapult.py
index 4bfdbff2e133925dc4c7c6149bf7b6f240927c4d..b1a7e4c550ed5c2fc69aa2219cfb0a8201acb4b1 100644
--- a/scripts/slave/recipes/catapult.py
+++ b/scripts/slave/recipes/catapult.py
@@ -23,7 +23,7 @@ PROPERTIES = {
def _CheckoutSteps(api):
"""Checks out the catapult repo (and any dependencies) using gclient."""
- api.gclient.set_config('catapult')
+ api.gclient.set_config('catapult', GIT_MODE=True)
api.bot_update.ensure_checkout(force=True)
api.gclient.runhooks()
« no previous file with comments | « scripts/slave/recipes/boringssl_docs.py ('k') | scripts/slave/recipes/catapult.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698