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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Missing_android_sdk_hash.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "0" 284 "0"
285 ], 285 ],
286 "name": "Copy Go binary" 286 "name": "Copy Go binary"
287 }, 287 },
288 { 288 {
289 "cmd": [ 289 "cmd": [
290 "python", 290 "python",
291 "-u", 291 "-u",
292 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 292 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
293 "--", 293 "--",
294 "[DEPOT_TOOLS]/gsutil.py", 294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
295 "----", 295 "----",
296 "help" 296 "help"
297 ], 297 ],
298 "name": "gsutil help" 298 "name": "gsutil help"
299 }, 299 },
300 { 300 {
301 "cmd": [ 301 "cmd": [
302 "python", 302 "python",
303 "-u", 303 "-u",
304 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 304 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "@@@STEP_LOG_END@json.output@@@", 640 "@@@STEP_LOG_END@json.output@@@",
641 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 641 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
642 ] 642 ]
643 }, 643 },
644 { 644 {
645 "name": "$result", 645 "name": "$result",
646 "recipe_result": null, 646 "recipe_result": null,
647 "status_code": 0 647 "status_code": 0
648 } 648 }
649 ] 649 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698