Versions Compared

Key

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

...

Code Block
  git remote add apache https://git-wip-usgitbox.apache.org/repos/asf/kafka.git

  git remote add apache-github https://github.com/apache/kafka.git

Note that the scripts we use default to pushing changes directly to github. If you did not connect your Apache and Github accounts via gitbox, you'll need to push to gitbox instead by:

export PUSH_REMOTE_NAME=apache

3. Install jira-python: 

sudo easy_install jira

...