Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: recipe_modules/bot_update/example.expected/apply_gerrit_ref.json

Issue 2298883002: Make rebase and sync the default for Gerrit updates (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/apply_gerrit.py",
7 "--gerrit_repo", 7 "--gerrit_repo",
8 "chromium", 8 "chromium",
9 "--gerrit_ref", 9 "--gerrit_ref",
10 "", 10 "",
11 "--root", 11 "--root",
12 "/tmp/test/root", 12 "/tmp/test/root",
13 "--gerrit_no_reset", 13 "--gerrit_no_reset",
14 "--gerrit_rebase_patch_ref" 14 "--gerrit_no_rebase_patch_ref"
15 ], 15 ],
16 "env": { 16 "env": {
17 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 17 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
18 }, 18 },
19 "name": "apply_gerrit" 19 "name": "apply_gerrit"
20 }, 20 },
21 { 21 {
22 "name": "$result", 22 "name": "$result",
23 "recipe_result": null, 23 "recipe_result": null,
24 "status_code": 0 24 "status_code": 0
25 } 25 }
26 ] 26 ]
OLDNEW
« no previous file with comments | « recipe_modules/bot_update/example.py ('k') | recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698