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

Unified Diff: scripts/slave/recipes/boringssl_docs.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.py ('k') | scripts/slave/recipes/catapult.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/boringssl_docs.py
diff --git a/scripts/slave/recipes/boringssl_docs.py b/scripts/slave/recipes/boringssl_docs.py
index 8cef186258283d741fd6014576b1b5659347c8ca..0b21e5385b3117302484af3c635bf8c92a757c6a 100644
--- a/scripts/slave/recipes/boringssl_docs.py
+++ b/scripts/slave/recipes/boringssl_docs.py
@@ -19,7 +19,7 @@ DEPS = [
def RunSteps(api):
# Sync and pull in everything.
- api.gclient.set_config('boringssl')
+ api.gclient.set_config('boringssl', GIT_MODE=True)
api.bot_update.ensure_checkout(force=True)
api.gclient.runhooks()
« no previous file with comments | « scripts/slave/recipes/boringssl.py ('k') | scripts/slave/recipes/catapult.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698