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.boringssl", | 8 "client.boringssl", |
9 "--builder", | 9 "--builder", |
10 "docs", | 10 "docs", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 ], | 72 ], |
73 "cwd": "[SLAVE_BUILD]/boringssl/util", | 73 "cwd": "[SLAVE_BUILD]/boringssl/util", |
74 "name": "generate" | 74 "name": "generate" |
75 }, | 75 }, |
76 { | 76 { |
77 "cmd": [ | 77 "cmd": [ |
78 "python", | 78 "python", |
79 "-u", | 79 "-u", |
80 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 80 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
81 "--", | 81 "--", |
82 "[DEPOT_TOOLS]/gsutil.py", | 82 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
83 "----", | 83 "----", |
84 "-m", | 84 "-m", |
85 "cp", | 85 "cp", |
86 "-a", | 86 "-a", |
87 "public-read", | 87 "public-read", |
88 "[TMP_BASE]/boringssl-docs_tmp_1/**", | 88 "[TMP_BASE]/boringssl-docs_tmp_1/**", |
89 "gs://chromium-boringssl-docs/" | 89 "gs://chromium-boringssl-docs/" |
90 ], | 90 ], |
91 "name": "gsutil cp" | 91 "name": "gsutil cp" |
92 }, | 92 }, |
93 { | 93 { |
94 "name": "$result", | 94 "name": "$result", |
95 "recipe_result": null, | 95 "recipe_result": null, |
96 "status_code": 0 | 96 "status_code": 0 |
97 } | 97 } |
98 ] | 98 ] |
OLD | NEW |