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

Side by Side Diff: recipe_modules/gclient/example.expected/basic.json

Issue 1768893003: Make CACHE_DIR set by default in most gclient configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu m/src.git'}]" 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu m/src.git'}]"
10 ], 10 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 }, 82 },
83 "name": "gclient recurse (git config user.email)" 83 "name": "gclient recurse (git config user.email)"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "RECIPE_PACKAGE[depot_tools]/gclient.py", 89 "RECIPE_PACKAGE[depot_tools]/gclient.py",
90 "config", 90 "config",
91 "--spec", 91 "--spec",
92 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': ' svn://svn.chromium.org/blink/trunk'}]" 92 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': 'svn://svn.chromium.org/blink/trunk'}]"
93 ], 93 ],
94 "cwd": "[SLAVE_BUILD]/src/third_party", 94 "cwd": "[SLAVE_BUILD]/src/third_party",
95 "env": { 95 "env": {
96 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 96 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
97 }, 97 },
98 "name": "[spec: WebKit] gclient setup" 98 "name": "[spec: WebKit] gclient setup"
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "python", 102 "python",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 169 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
170 }, 170 },
171 "name": "gclient runhooks" 171 "name": "gclient runhooks"
172 }, 172 },
173 { 173 {
174 "name": "$result", 174 "name": "$result",
175 "recipe_result": null, 175 "recipe_result": null,
176 "status_code": 0 176 "status_code": 0
177 } 177 }
178 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698