| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ] |
| OLD | NEW |