| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |