| 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 "[CUSTOM_C:\\_B_WORK]", | 7 "[CUSTOM_C:\\_B_WORK]", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 29 "--spec", | 29 "--spec", |
| 30 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.
git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]", | 30 "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.
git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]", |
| 31 "--patch_root", | 31 "--patch_root", |
| 32 "skia", | 32 "skia", |
| 33 "--revision_mapping_file", | 33 "--revision_mapping_file", |
| 34 "{\"skia\": \"got_revision\"}", | 34 "{\"skia\": \"got_revision\"}", |
| 35 "--git-cache-dir", | 35 "--git-cache-dir", |
| 36 "[CUSTOM_C:\\_B_CACHE]", | 36 "[CUSTOM_C:\\_B_CACHE]", |
| 37 "--gerrit_repo", | 37 "--gerrit_repo", |
| 38 "skia", | 38 "https://skia.googlesource.com/skia", |
| 39 "--gerrit_ref", | 39 "--gerrit_ref", |
| 40 "refs/changes/00/2100/2", | 40 "refs/changes/89/456789/12", |
| 41 "--output_json", | 41 "--output_json", |
| 42 "/path/to/tmp/json", | 42 "/path/to/tmp/json", |
| 43 "--revision", | 43 "--revision", |
| 44 "skia@abc123", | 44 "skia@abc123", |
| 45 "--output_manifest" | 45 "--output_manifest" |
| 46 ], | 46 ], |
| 47 "cwd": "[CUSTOM_C:\\_B_WORK]", | 47 "cwd": "[CUSTOM_C:\\_B_WORK]", |
| 48 "env": { | 48 "env": { |
| 49 "BUILDTYPE": "Debug", | 49 "BUILDTYPE": "Debug", |
| 50 "CHROME_HEADLESS": "1", | 50 "CHROME_HEADLESS": "1", |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 192 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 193 "@@@STEP_LOG_END@python.inline@@@" | 193 "@@@STEP_LOG_END@python.inline@@@" |
| 194 ] | 194 ] |
| 195 }, | 195 }, |
| 196 { | 196 { |
| 197 "name": "$result", | 197 "name": "$result", |
| 198 "recipe_result": null, | 198 "recipe_result": null, |
| 199 "status_code": 0 | 199 "status_code": 0 |
| 200 } | 200 } |
| 201 ] | 201 ] |
| OLD | NEW |