| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[BUILDER_CACHE]/mac", | 7 "[BUILDER_CACHE]/mac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 ] | 131 ] |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [], | 134 "cmd": [], |
| 135 "name": "ensure_goma" | 135 "name": "ensure_goma" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [ | 138 "cmd": [ |
| 139 "python", | 139 "python", |
| 140 "-u", | 140 "-u", |
| 141 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 142 "--platform", | 142 "--platform", |
| 143 "mac-amd64", | 143 "mac-amd64", |
| 144 "--dest-directory", | 144 "--dest-directory", |
| 145 "[SLAVE_BUILD]/cipd", | 145 "[SLAVE_BUILD]/cipd", |
| 146 "--json-output", | 146 "--json-output", |
| 147 "/path/to/tmp/json" | 147 "/path/to/tmp/json" |
| 148 ], | 148 ], |
| 149 "name": "ensure_goma.install cipd", | 149 "name": "ensure_goma.install cipd", |
| 150 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 151 "@@@STEP_NEST_LEVEL@1@@@", | 151 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 "~followup_annotations": [ | 641 "~followup_annotations": [ |
| 642 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br />
Mac 10.10 Retina Release (AMD)<br />Mac Retina Release<br />Optional Mac 10.10 R
elease (Intel)<br />Optional Mac 10.10 Retina Release (AMD)<br />Optional Mac Re
tina Release@@@" | 642 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br />
Mac 10.10 Retina Release (AMD)<br />Mac Retina Release<br />Optional Mac 10.10 R
elease (Intel)<br />Optional Mac 10.10 Retina Release (AMD)<br />Optional Mac Re
tina Release@@@" |
| 643 ] | 643 ] |
| 644 }, | 644 }, |
| 645 { | 645 { |
| 646 "name": "$result", | 646 "name": "$result", |
| 647 "recipe_result": null, | 647 "recipe_result": null, |
| 648 "status_code": 0 | 648 "status_code": 0 |
| 649 } | 649 } |
| 650 ] | 650 ] |
| OLD | NEW |