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

Unified Diff: recipe_modules/gclient/example.expected/basic.json

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: test tweaks 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
Index: recipe_modules/gclient/example.expected/basic.json
diff --git a/recipe_modules/gclient/example.expected/basic.json b/recipe_modules/gclient/example.expected/basic.json
index 46c74809df03069d97da2ffd51b9e6ee735263e1..04832b971579dcc56c608b4fc60c1e39bb1a20fa 100644
--- a/recipe_modules/gclient/example.expected/basic.json
+++ b/recipe_modules/gclient/example.expected/basic.json
@@ -89,7 +89,7 @@
"RECIPE_PACKAGE[depot_tools]/gclient.py",
"config",
"--spec",
- "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
+ "cache_dir = ''\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
agable 2016/03/03 17:42:31 I'm not sure I like cache_dir='' here.
szager1 2016/03/03 18:03:02 This is dictated by recipe_engine.config.Single, w
agable 2016/03/03 18:11:49 Actually, in my infinite cynicism, I expect depot_
],
"cwd": "[SLAVE_BUILD]/src/third_party",
"env": {

Powered by Google App Engine
This is Rietveld 408576698