[PSA] new command line tool for interacting with gerrit

22 views
Skip to first unread message

Mike Frysinger

unread,
May 14, 2013, 6:25:16 PM5/14/13
to chromium-os-dev
i've taken the python tool that Elly wrote, updated it, added a few
more features, and merged it into the chromite code base. it is now
available for immediate use.

this allows you to manage your CL queue via the command line for basic
operations (like setting the various code review/commit queue/verified
bits). unfortunately, you cannot do code level review (looking at the
diffs and such) due to a limitation in the gerrit ssh interface.
-mike

Luigi Semenzato

unread,
May 14, 2013, 6:38:21 PM5/14/13
to Mike Frysinger, chromium-os-dev
Thanks Mike!

Would you kindly remind me what it's called?
> --
> --
> Chromium OS Developers mailing list: chromiu...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
>
>
>

Mike Frysinger

unread,
May 14, 2013, 6:40:28 PM5/14/13
to Luigi Semenzato, chromium-os-dev
`gerrit` ;)
-mike

Vadim Bendebury

unread,
Jun 5, 2013, 9:39:21 PM6/5/13
to chromium-os-dev, Mike Frysinger
another option has been added to this tool's chest: 'reviewers'. Add
or remove reviewer(s) email(s) to the list of CL reviewers. To have
email removed from the list prefix it with a ~

For instance, use the following to add 4 reviewers to a CL:

$ gerrit reviewers 57684 s...@chromium.org dian...@chromium.org
alim....@samsung.com aksh...@samsung.com


and this to add some more and remove some previous ones:

$ gerrit reviewers 57684 ~s...@chromium.org ~alim....@samsung.com
seme...@chromium.org

It will not remove a reviewer who has pending comments on the CL.

--vb

On Tue, May 14, 2013 at 3:25 PM, Mike Frysinger <vap...@chromium.org> wrote:
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages