| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "0" | 282 "0" |
| 283 ], | 283 ], |
| 284 "name": "Copy Go binary" | 284 "name": "Copy Go binary" |
| 285 }, | 285 }, |
| 286 { | 286 { |
| 287 "cmd": [ | 287 "cmd": [ |
| 288 "python", | 288 "python", |
| 289 "-u", | 289 "-u", |
| 290 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 290 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 291 "--", | 291 "--", |
| 292 "[DEPOT_TOOLS]/gsutil.py", | 292 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 293 "----", | 293 "----", |
| 294 "help" | 294 "help" |
| 295 ], | 295 ], |
| 296 "name": "gsutil help" | 296 "name": "gsutil help" |
| 297 }, | 297 }, |
| 298 { | 298 { |
| 299 "cmd": [ | 299 "cmd": [ |
| 300 "python", | 300 "python", |
| 301 "-u", | 301 "-u", |
| 302 "\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", | 302 "\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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "@@@STEP_LOG_END@json.output@@@", | 623 "@@@STEP_LOG_END@json.output@@@", |
| 624 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 624 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 625 ] | 625 ] |
| 626 }, | 626 }, |
| 627 { | 627 { |
| 628 "name": "$result", | 628 "name": "$result", |
| 629 "recipe_result": null, | 629 "recipe_result": null, |
| 630 "status_code": 0 | 630 "status_code": 0 |
| 631 } | 631 } |
| 632 ] | 632 ] |
| OLD | NEW |