-
Notifications
You must be signed in to change notification settings - Fork 2
/
test
executable file
·20 lines (19 loc) · 3.8 KB
/
test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
./patchset-created --change "change id" --change-url "http://example/" --project "project name" --branch "branch" --uploader "Joe Blow ([email protected])" --commit "sha1" --patchset "psid"
./comment-added --change "change id" --change-url "http://example/" --project "project name" --branch "branch" --author "comment author" --commit "commit" --comment "comment"
# --"approval category id" "score" --"approval category id" "score"
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Austen Dicken ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "review again! :D" --CRVW -2
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Austen Dicken ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "review again! :D" --CRVW -1
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Austen Dicken ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "review again! :D" --CRVW 0
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Austen Dicken ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "review again! :D" --CRVW 1
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Austen Dicken ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "review again! :D" --CRVW 2
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Scott Anderson ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "test" --VRIF -1
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Scott Anderson ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "test" --VRIF 0
./comment-added --change I410e2ea3118f120bfcc00a063ac0a89e345cfa85 --change-url http://review.motomagic.org/1 --project android_local --branch ics --author "Scott Anderson ([email protected])" --commit fd63c486635181bd9a845cbe86e5560156523518 --comment "test" --VRIF 1
./change-merged --change "change id" --change-url "http://example/" --project "project name" --branch "branch" --submitter "Scott Anderson ([email protected])" --commit "sha1"
./change-abandoned --change "change id" --change-url "http://example/" --project "project name" --branch "branch" --abandoner "abandoner" --reason "reason"
./change-restored --change "change id" --change-url "http://example/" --project "project name" --branch "branch" --restorer "restorer" --reason "reason"
./ref-updated --oldrev "0000000" --newrev "1234567" --refname "ics" --project "android_local" --submitter "Scott Anderson ([email protected])"
./ref-updated --oldrev "1234567" --newrev "7654321" --refname "ics" --project "android_local" --submitter "Scott Anderson ([email protected])"
./ref-updated --oldrev "7654321" --newrev "0000000" --refname "ics" --project "android_local" --submitter "Scott Anderson ([email protected])"
./ref-updated --oldrev 0000000000000000000000000000000000000000 --newrev d0624bc5a68a9dd80d07d9b454cdcbf3ffbc01fe --refname ics --project android_packages_apps_Usb --submitter "Scott Anderson ([email protected])"
./ref-updated --oldrev "7654321" --newrev "0000000" --refname "ics" --project "android_local" --submitter "Emilio López ([email protected])"