| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "0" | 287 "0" |
| 288 ], | 288 ], |
| 289 "name": "Copy Go binary" | 289 "name": "Copy Go binary" |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 "cmd": [ | 292 "cmd": [ |
| 293 "python", | 293 "python", |
| 294 "-u", | 294 "-u", |
| 295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 296 "--", | 296 "--", |
| 297 "[DEPOT_TOOLS]/gsutil.py", | 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 298 "----", | 298 "----", |
| 299 "help" | 299 "help" |
| 300 ], | 300 ], |
| 301 "name": "gsutil help" | 301 "name": "gsutil help" |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 "cmd": [ | 304 "cmd": [ |
| 305 "python", | 305 "python", |
| 306 "-u", | 306 "-u", |
| 307 "\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", | 307 "\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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1037 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1037 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1038 }, | 1038 }, |
| 1039 "name": "Upload DM Results" | 1039 "name": "Upload DM Results" |
| 1040 }, | 1040 }, |
| 1041 { | 1041 { |
| 1042 "name": "$result", | 1042 "name": "$result", |
| 1043 "recipe_result": null, | 1043 "recipe_result": null, |
| 1044 "status_code": 0 | 1044 "status_code": 0 |
| 1045 } | 1045 } |
| 1046 ] | 1046 ] |
| OLD | NEW |