| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "0" | 286 "0" |
| 287 ], | 287 ], |
| 288 "name": "Copy Go binary" | 288 "name": "Copy Go binary" |
| 289 }, | 289 }, |
| 290 { | 290 { |
| 291 "cmd": [ | 291 "cmd": [ |
| 292 "python", | 292 "python", |
| 293 "-u", | 293 "-u", |
| 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 295 "--", | 295 "--", |
| 296 "[DEPOT_TOOLS]/gsutil.py", | 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 297 "----", | 297 "----", |
| 298 "help" | 298 "help" |
| 299 ], | 299 ], |
| 300 "name": "gsutil help" | 300 "name": "gsutil help" |
| 301 }, | 301 }, |
| 302 { | 302 { |
| 303 "cmd": [ | 303 "cmd": [ |
| 304 "python", | 304 "python", |
| 305 "-u", | 305 "-u", |
| 306 "\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", | 306 "\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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1289 "@@@STEP_LOG_END@json.output@@@", | 1289 "@@@STEP_LOG_END@json.output@@@", |
| 1290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1291 ] | 1291 ] |
| 1292 }, | 1292 }, |
| 1293 { | 1293 { |
| 1294 "name": "$result", | 1294 "name": "$result", |
| 1295 "recipe_result": null, | 1295 "recipe_result": null, |
| 1296 "status_code": 0 | 1296 "status_code": 0 |
| 1297 } | 1297 } |
| 1298 ] | 1298 ] |
| OLD | NEW |