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

Unified Diff: recipe_modules/gclient/config.py

Issue 1762513002: Use gclient's git_cache setting in bot_update/api.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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
« recipe_modules/bot_update/api.py ('K') | « recipe_modules/bot_update/api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/config.py
diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
index b8152734b11bf7d14fdc6d71af65103a2719b4d7..4c37405ea7ab9847b6844e78e0f0db12e42866a2 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -169,6 +169,10 @@ def chromium(c):
s.custom_deps = mirror_only(c, {})
@config_ctx(includes=['chromium'])
+def chromium_no_git_cache(c):
+ c.cache_dir = None
+
+@config_ctx(includes=['chromium'])
def chromium_lkcr(c):
# TODO(phajdan.jr): Add git hashes for LKCR crbug.com/349277.
if c.GIT_MODE:
« recipe_modules/bot_update/api.py ('K') | « recipe_modules/bot_update/api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698