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

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

Issue 2249983004: Add apply_gerrit_ref to bot_update api (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: disable=relative-import Created 4 years, 4 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
(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 ]
OLDNEW
« no previous file with comments | « recipe_modules/bot_update/example.py ('k') | recipe_modules/bot_update/resources/apply_gerrit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698