You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Procedure of Merging PR

  1. git clone https://git-wip-us.apache.org/repos/asf/incubator-zeppelin
  2. cd incubator-zeppelin
  3. git remote rename origin apache
  4. git remote add apache-github https://github.com/apache/incubator-zeppelin.git
  5. git config --local --add user.email {username}@apache.org
  6. echo -e "JIRA_USERNAME={jira_username}\nJIRA_PASSWORD={jira_password}" > ~/.bashrc
  7. source ~/.bashrc
  8. dev/merge_zeppelin_pr.py

 

 

  • No labels