GitHub user takuti opened a pull request:

    https://github.com/apache/incubator-hivemall/pull/119

    [WIP][HIVEMALL-148] Add a script for merging GitHub PR

    ## What changes were proposed in this pull request?
    
    Add a script which helps merging GitHub PR lie:
    
    - https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py
    - https://github.com/apache/kafka/blob/trunk/kafka-merge-pr.py
    
    ## What type of PR is it?
    
    Improvement
    
    ## What is the Jira issue?
    
    https://issues.apache.org/jira/browse/HIVEMALL-148
    
    ## How was this patch tested?
    
    A merge commit I've created with this script: 
https://github.com/apache/incubator-hivemall/commit/7bb5d047dcce7e97336d4b73bb3bd078f2a6fc8a
    
    ## How to use this feature?
    
    Hit `./bin/merge_pr.py` in the `apache/incubator-hivemall` repo which 
already has both `apache` and `apache-github` remote branches (same as 
https://cwiki.apache.org/confluence/display/KAFKA/Merging+Github+Pull+Requests).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/takuti/incubator-hivemall asf-merge-script

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hivemall/pull/119.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #119
    
----
commit 58ad090455339f8f6253271fc2a7490ba7e973b6
Author: Takuya Kitazawa <[email protected]>
Date:   2017-10-04T01:11:04Z

    Copy Spark merge script

commit f1f5ec2be06f135fd6a39800bbc4a2f75e13f10c
Author: Takuya Kitazawa <[email protected]>
Date:   2017-10-04T02:32:12Z

    Update for generic use

----


---

Reply via email to