Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the section about JIRA user and password being optionally configurable in a jira.ini file

...

Code Block
sudo easy_install jira-python

 

 

(OPTIONAL) Configure JIRA user name and password

The During the patch submission process, the kafka-patch-review.py expects that prompts you for your JIRA user name and password , that you use for https://issues.apache.org/jira JIRA instance. The tools uses that information  to update the JIRA with the new patch. However, if you do not like being prompted each time you submit the patch, you can configure your JIRA user name and password  be setup in a file named jira.ini under your home directory. The content of such a file would look like:

There's a JIRA to allow the patch submission script to prompt for password (optionally) instead of having it stored in this file https://issues.apache.org/jira/browse/KAFKA-1854
Code Block
nnarkhed-mn:~ nnarkhed$ cat ~/jira.ini
user=nehanarkhede
password=***********
Info

 

Install/setup review board python tools

...