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 "Zhankun Tang (Jira)" <ji...@apache.org> on 2019/09/20 15:55:00 UTC

[jira] [Created] (SUBMARINE-191) Add a script to ease merge PR without access Github WebUI

Zhankun Tang created SUBMARINE-191:
--------------------------------------

             Summary: Add a script to ease merge PR without access Github WebUI
                 Key: SUBMARINE-191
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-191
             Project: Hadoop Submarine
          Issue Type: Improvement
            Reporter: Zhankun Tang


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)