You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Enrico Olivelli <eo...@gmail.com> on 2020/06/25 06:50:20 UTC

Import zk-merge-pr.py from ZooKeeper project

Hi guys,
in order to ease merging PRs I would like to import the script we are using
in ZooKeeper project

It is very easy to use and it also does JIRA paperwork
https://github.com/apache/curator/pull/369

add git remotes
git remote add apache https://github.com/apache/curator.git
git remote add apache-github https://github.com/apache/curator.git

export JIRA_USERNAME=my jira username

python3 merge-pr.py

Just answer to the questions....

You will have to install the "jira" module in python3 if you want the
script to do the JIRA paperwork for you
pip3 install jira


Best regards
Enrico