| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.boringssl", | 8 "client.boringssl", |
| 9 "--builder", | 9 "--builder", |
| 10 "docs", | 10 "docs", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 "-out", | 63 "-out", |
| 64 "[TMP_BASE]/boringssl-docs_tmp_1" | 64 "[TMP_BASE]/boringssl-docs_tmp_1" |
| 65 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]/boringssl/util", | 66 "cwd": "[SLAVE_BUILD]/boringssl/util", |
| 67 "name": "generate" | 67 "name": "generate" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "-u", | 72 "-u", |
| 73 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 73 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 74 "--", | 74 "--", |
| 75 "[DEPOT_TOOLS]/gsutil.py", | 75 "[DEPOT_TOOLS]/gsutil.py", |
| 76 "----", | 76 "----", |
| 77 "-m", | 77 "-m", |
| 78 "cp", | 78 "cp", |
| 79 "-a", | 79 "-a", |
| 80 "public-read", | 80 "public-read", |
| 81 "[TMP_BASE]/boringssl-docs_tmp_1/**", | 81 "[TMP_BASE]/boringssl-docs_tmp_1/**", |
| 82 "gs://chromium-boringssl-docs/" | 82 "gs://chromium-boringssl-docs/" |
| 83 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", | 84 "cwd": "[SLAVE_BUILD]", |
| 85 "name": "gsutil cp" | 85 "name": "gsutil cp" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "name": "$result", | 88 "name": "$result", |
| 89 "recipe_result": null, | 89 "recipe_result": null, |
| 90 "status_code": 0 | 90 "status_code": 0 |
| 91 } | 91 } |
| 92 ] | 92 ] |
| OLD | NEW |