| 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_ng", | 7 "[BUILDER_CACHE]/mac_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "-m", | 272 "-m", |
| 273 "chromium", | 273 "chromium", |
| 274 "-b", | 274 "-b", |
| 275 "Mac", | 275 "Mac", |
| 276 "--config-file", | 276 "--config-file", |
| 277 "[BUILDER_CACHE]/mac_ng/src/tools/mb/mb_config.pyl", | 277 "[BUILDER_CACHE]/mac_ng/src/tools/mb/mb_config.pyl", |
| 278 "--goma-dir", | 278 "--goma-dir", |
| 279 "[CACHE]/cipd/goma", | 279 "[CACHE]/cipd/goma", |
| 280 "//out/Release" | 280 "//out/Release" |
| 281 ], | 281 ], |
| 282 "cwd": "[BUILDER_CACHE]/mac_ng/src", |
| 282 "env": { | 283 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 284 }, | 285 }, |
| 285 "name": "generate_build_files" | 286 "name": "generate_build_files" |
| 286 }, | 287 }, |
| 287 { | 288 { |
| 288 "allow_subannotations": true, | 289 "allow_subannotations": true, |
| 289 "cmd": [ | 290 "cmd": [ |
| 290 "python", | 291 "python", |
| 291 "-u", | 292 "-u", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "dev" | 371 "dev" |
| 371 ], | 372 ], |
| 372 "name": "archive_build" | 373 "name": "archive_build" |
| 373 }, | 374 }, |
| 374 { | 375 { |
| 375 "name": "$result", | 376 "name": "$result", |
| 376 "recipe_result": null, | 377 "recipe_result": null, |
| 377 "status_code": 0 | 378 "status_code": 0 |
| 378 } | 379 } |
| 379 ] | 380 ] |
| OLD | NEW |