Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here This is a quick tutorial on using Review Board with Kafka.

Install the post-review tool

Follow the instructions here to setup the post-review tool.

Configure Stuff

Then you need to configure a few things to make it work:

...

Code Block
jkreps$ cat ~/.reviewboardrc 
REPOSITORY = 'git://git.apache.org/kafka.git'

Post Reviews

Now to file a new review board containing the differences in this branch versus trunk do

Code Block
jkreps$ post-review --tracking-branch=origin/trunk
==> HTTP Authentication Required
Enter authorization information for "Web API" at reviews.apache.org
Username: jkreps
Password: 
Review request #13834 posted.

https://reviews.apache.org/r/13834/

...