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

Side by Side Diff: recipe_modules/gclient/example.expected/tryserver.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 }, 84 },
85 "name": "gclient recurse (git config user.email)" 85 "name": "gclient recurse (git config user.email)"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "python", 89 "python",
90 "-u", 90 "-u",
91 "RECIPE_PACKAGE[depot_tools]/gclient.py", 91 "RECIPE_PACKAGE[depot_tools]/gclient.py",
92 "config", 92 "config",
93 "--spec", 93 "--spec",
94 "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'}]" 94 "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'}]"
95 ], 95 ],
96 "cwd": "[SLAVE_BUILD]/src/third_party", 96 "cwd": "[SLAVE_BUILD]/src/third_party",
97 "env": { 97 "env": {
98 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 98 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
99 }, 99 },
100 "name": "[spec: WebKit] gclient setup" 100 "name": "[spec: WebKit] gclient setup"
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 182 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
183 }, 183 },
184 "name": "gclient runhooks" 184 "name": "gclient runhooks"
185 }, 185 },
186 { 186 {
187 "name": "$result", 187 "name": "$result",
188 "recipe_result": null, 188 "recipe_result": null,
189 "status_code": 0 189 "status_code": 0
190 } 190 }
191 ] 191 ]
OLDNEW
« recipe_modules/gclient/config.py ('K') | « recipe_modules/gclient/example.expected/revision.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698