OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 "@@@STEP_LOG_END@python.inline@@@" | 142 "@@@STEP_LOG_END@python.inline@@@" |
143 ] | 143 ] |
144 }, | 144 }, |
145 { | 145 { |
146 "cmd": [ | 146 "cmd": [ |
147 "python", | 147 "python", |
148 "-u", | 148 "-u", |
149 "RECIPE_MODULE[build::zip]/resources/unzip.py" | 149 "RECIPE_MODULE[build::zip]/resources/unzip.py" |
150 ], | 150 ], |
151 "name": "Download Prebuilts.unzip prebuilt", | 151 "name": "Download Prebuilts.unzip prebuilt", |
152 "stdin": "{\"output\": \"[TMP_BASE]/prebuilt_tmp_1/unzipped\", \"zip_file\":
\"[TMP_BASE]/prebuilt_tmp_1/r111111.zip\"}", | 152 "stdin": "{\"output\": \"[TMP_BASE]/prebuilt_tmp_1/unzipped\", \"quiet\": fa
lse, \"zip_file\": \"[TMP_BASE]/prebuilt_tmp_1/r111111.zip\"}", |
153 "~followup_annotations": [ | 153 "~followup_annotations": [ |
154 "@@@STEP_NEST_LEVEL@1@@@" | 154 "@@@STEP_NEST_LEVEL@1@@@" |
155 ] | 155 ] |
156 }, | 156 }, |
157 { | 157 { |
158 "cmd": [ | 158 "cmd": [ |
159 "python", | 159 "python", |
160 "-u", | 160 "-u", |
161 "\nimport shutil\nimport sys\nshutil.move(sys.argv[1], sys.argv[2])\n", | 161 "\nimport shutil\nimport sys\nshutil.move(sys.argv[1], sys.argv[2])\n", |
162 "[TMP_BASE]/prebuilt_tmp_1/unzipped/chromedriver", | 162 "[TMP_BASE]/prebuilt_tmp_1/unzipped/chromedriver", |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 "~followup_annotations": [ | 704 "~followup_annotations": [ |
705 "@@@STEP_NEST_LEVEL@1@@@" | 705 "@@@STEP_NEST_LEVEL@1@@@" |
706 ] | 706 ] |
707 }, | 707 }, |
708 { | 708 { |
709 "name": "$result", | 709 "name": "$result", |
710 "recipe_result": null, | 710 "recipe_result": null, |
711 "status_code": 0 | 711 "status_code": 0 |
712 } | 712 } |
713 ] | 713 ] |
OLD | NEW |