| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.nacl", | 8 "client.nacl", |
| 9 "--builder", | 9 "--builder", |
| 10 "precise_64-newlib-arm_qemu-pnacl-dbg", | 10 "precise_64-newlib-arm_qemu-pnacl-dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlave", | 12 "TestSlave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'native_client', 'url': 'https://chromium.googlesource.com/native_
client/src/native_client.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'native_client', 'url': 'https://chromium.googlesource.com/na
tive_client/src/native_client.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "native_client", | 16 "native_client", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"native_client\": \"got_revision\"}", | 18 "{\"native_client\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "native_client@abcd", | 24 "native_client@abcd", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| 102 "@@@STEP_TEXT@oneiric_32-newlib-arm_hw-pnacl-panda-dbg@@@" | 102 "@@@STEP_TEXT@oneiric_32-newlib-arm_hw-pnacl-panda-dbg@@@" |
| 103 ] | 103 ] |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "name": "$result", | 106 "name": "$result", |
| 107 "recipe_result": null, | 107 "recipe_result": null, |
| 108 "status_code": 0 | 108 "status_code": 0 |
| 109 } | 109 } |
| 110 ] | 110 ] |
| OLD | NEW |