OLD | NEW |
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 Loading... |
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 171 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
172 }, | 172 }, |
173 "name": "gclient runhooks" | 173 "name": "gclient runhooks" |
174 }, | 174 }, |
175 { | 175 { |
176 "name": "$result", | 176 "name": "$result", |
177 "recipe_result": null, | 177 "recipe_result": null, |
178 "status_code": 0 | 178 "status_code": 0 |
179 } | 179 } |
180 ] | 180 ] |
OLD | NEW |