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