Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Side by Side Diff: scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698