OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 }, | 78 }, |
79 "name": "gclient recurse (git config user.email)" | 79 "name": "gclient recurse (git config user.email)" |
80 }, | 80 }, |
81 { | 81 { |
82 "cmd": [ | 82 "cmd": [ |
83 "python", | 83 "python", |
84 "-u", | 84 "-u", |
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
86 "config", | 86 "config", |
87 "--spec", | 87 "--spec", |
88 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'WebKit', 'url': 'svn://svn.chromium.org/blink/trunk'}]" | 88 "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'}]" |
89 ], | 89 ], |
90 "cwd": "[SLAVE_BUILD]/src/third_party", | 90 "cwd": "[SLAVE_BUILD]/src/third_party", |
91 "env": { | 91 "env": { |
92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
93 }, | 93 }, |
94 "name": "[spec: WebKit] gclient setup" | 94 "name": "[spec: WebKit] gclient setup" |
95 }, | 95 }, |
96 { | 96 { |
97 "cmd": [ | 97 "cmd": [ |
98 "python", | 98 "python", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
165 }, | 165 }, |
166 "name": "gclient runhooks" | 166 "name": "gclient runhooks" |
167 }, | 167 }, |
168 { | 168 { |
169 "name": "$result", | 169 "name": "$result", |
170 "recipe_result": null, | 170 "recipe_result": null, |
171 "status_code": 0 | 171 "status_code": 0 |
172 } | 172 } |
173 ] | 173 ] |
OLD | NEW |