Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", | |
| 7 "--gerrit_repo", | |
| 8 "chromium", | |
| 9 "--gerrit_ref", | |
| 10 "", | |
| 11 "--root", | |
| 12 "/tmp/test/root", | |
| 13 "--gerrit_no_reset", | |
| 14 "--gerrit_rebase_patch_ref" | |
| 15 ], | |
| 16 "env": { | |
| 17 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 18 }, | |
| 19 "name": "apply_gerrit" | |
| 20 }, | |
| 21 { | |
| 22 "name": "$result", | |
| 23 "recipe_result": null, | |
| 24 "status_code": 0 | |
| 25 } | |
| 26 ] | |
| OLD | NEW |