You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/09/20 16:04:34 UTC

[GitHub] [hadoop-submarine] tangzhankun opened a new pull request #4: SUBMARINE-191. Add a script to ease merge PR without access browser

tangzhankun opened a new pull request #4: SUBMARINE-191. Add a script to ease merge PR without access browser
URL: https://github.com/apache/hadoop-submarine/pull/4
 
 
   ### What is this PR for?
   Add a script to ease merge PR without access the browser.
   
   
   ### What type of PR is it?
   Improvement
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/SUBMARINE-191
   
   ### How should this be tested?
   For committer who has write access.
   Usage:
   
   git clone https://gitbox.apache.org/repos/asf/hadoop-submarine.git
   cd hadoop-submarine
   git remote rename origin apache
   git remote add apache-github https://github.com/apache/hadoop-submarine.git
   git config --local --add user.name {name}
   git config --local --add user.email {username}@apache.org
   echo -e "JIRA_USERNAME={jira_username}\nJIRA_PASSWORD={jira_password}" >> ~/.bashrc
   source ~/.bashrc
   dev-support/cicd/merge_submarine_pr.py
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? Yes (we can add later)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services