| 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]/android_gyp_rel", | 7 "[BUILDER_CACHE]/android_gyp_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 108 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 109 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 109 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 110 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 110 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 111 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 111 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 112 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 112 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 113 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 113 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 114 "@@@STEP_LOG_END@python.inline@@@" | 114 "@@@STEP_LOG_END@python.inline@@@" |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [], | |
| 119 "name": "ensure_goma" | 118 "name": "ensure_goma" |
| 120 }, | 119 }, |
| 121 { | 120 { |
| 122 "cmd": [ | 121 "cmd": [ |
| 123 "python", | 122 "python", |
| 124 "-u", | 123 "-u", |
| 125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 124 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 126 "--platform", | 125 "--platform", |
| 127 "linux-386", | 126 "linux-386", |
| 128 "--dest-directory", | 127 "--dest-directory", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 211 }, | 210 }, |
| 212 "name": "generate_build_files" | 211 "name": "generate_build_files" |
| 213 }, | 212 }, |
| 214 { | 213 { |
| 215 "name": "$result", | 214 "name": "$result", |
| 216 "recipe_result": null, | 215 "recipe_result": null, |
| 217 "status_code": 0 | 216 "status_code": 0 |
| 218 } | 217 } |
| 219 ] | 218 ] |
| OLD | NEW |