| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "clean workspace" | 4 "name": "clean workspace" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 10 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@}@@@", | 228 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 229 "@@@STEP_LOG_END@json.output@@@" | 229 "@@@STEP_LOG_END@json.output@@@" |
| 230 ] | 230 ] |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "cmd": [ | 233 "cmd": [ |
| 234 "python", | 234 "python", |
| 235 "-u", | 235 "-u", |
| 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 236 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 237 "[SLAVE_BUILD]/depot_tools/bootstrap/win/git_version.txt", | 237 "[SLAVE_BUILD]/depot_tools/bootstrap/win/git_version.txt", |
| 238 "/path/to/tmp/" | 238 "/path/to/tmp/" |
| 239 ], | 239 ], |
| 240 "name": "read git version", | 240 "name": "read git version", |
| 241 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 242 "@@@STEP_TEXT@got '1.2.3'@@@" | 242 "@@@STEP_TEXT@got '1.2.3'@@@" |
| 243 ] | 243 ] |
| 244 }, | 244 }, |
| 245 { | 245 { |
| 246 "cmd": [ | 246 "cmd": [ |
| 247 "python", | 247 "python", |
| 248 "-u", | 248 "-u", |
| 249 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 249 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 250 "[SLAVE_BUILD]/depot_tools/bootstrap/win/git_version_bleeding_edge.txt", | 250 "[SLAVE_BUILD]/depot_tools/bootstrap/win/git_version_bleeding_edge.txt", |
| 251 "/path/to/tmp/" | 251 "/path/to/tmp/" |
| 252 ], | 252 ], |
| 253 "name": "read git version (bleeding_edge)", | 253 "name": "read git version (bleeding_edge)", |
| 254 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 255 "@@@STEP_TEXT@got '2.2.3'@@@" | 255 "@@@STEP_TEXT@got '2.2.3'@@@" |
| 256 ] | 256 ] |
| 257 }, | 257 }, |
| 258 { | 258 { |
| 259 "cmd": [ | 259 "cmd": [ |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "[TMP_BASE]/git_installer_tmp_2" | 396 "[TMP_BASE]/git_installer_tmp_2" |
| 397 ], | 397 ], |
| 398 "name": "rmtree [TMP_BASE]/git_installer_tmp_2" | 398 "name": "rmtree [TMP_BASE]/git_installer_tmp_2" |
| 399 }, | 399 }, |
| 400 { | 400 { |
| 401 "name": "$result", | 401 "name": "$result", |
| 402 "recipe_result": null, | 402 "recipe_result": null, |
| 403 "status_code": 0 | 403 "status_code": 0 |
| 404 } | 404 } |
| 405 ] | 405 ] |
| OLD | NEW |