[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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luigi Semenzato, chromium-os-dev
`gerrit` ;)
-mike
Vadim Bendebury
unread,
Jun 5, 2013, 9:39:21 PM6/5/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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: