[
https://issues.apache.org/jira/browse/DL-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401036#comment-15401036
]
ASF GitHub Bot commented on DL-16:
----------------------------------
GitHub user sijie opened a pull request:
https://github.com/apache/incubator-distributedlog/pull/7
DL-16: Fix the merge script
- Fix the commit message to include 'Close #%s' message, so the pull
request will be closed automatically when the change is merged.
- Fix the jira comment
- Fix the jira key space
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sijie/incubator-distributedlog
sijie/fcuny/DL-16
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-distributedlog/pull/7.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 #7
----
commit 3611b077915a2c22313d02166b70a046303b9906
Author: Franck Cuny <[email protected]>
Date: 2016-07-28T17:39:16Z
DL-16: Add script to merge GitHub PR.
Fetch a list of open Pull Request from GitHub, and merge them into the
repository. If the JIRA credentials are exported, the issues related to
the PR are updated with a comment and closed.
This script is a modified version of the one created for the spark
project.
commit 75c7723617438d5c092e8ddcdb8377cee468b64d
Author: Sijie Guo <[email protected]>
Date: 2016-07-31T06:58:32Z
Fix the merge script
commit bd8b33b4f47e3443b684e8fe34e3e7b0318b7265
Author: Sijie Guo <[email protected]>
Date: 2016-07-31T07:13:13Z
Fix the push script and find jira regex
commit 0ef3f8f805a1e57993a49fc9742720322f4bcfde
Author: Sijie Guo <[email protected]>
Date: 2016-07-31T07:29:01Z
Append close pr message
commit 10d8fae5b147f41956d289045087c12783e9ded9
Author: Sijie Guo <[email protected]>
Date: 2016-07-31T07:52:34Z
Merge branch 'master' into sijie/fcuny/DL-16
----
> Port the pull-request script to distributedlog
> ----------------------------------------------
>
> Key: DL-16
> URL: https://issues.apache.org/jira/browse/DL-16
> Project: DistributedLog
> Issue Type: Task
> Components: builds
> Reporter: Sijie Guo
> Assignee: Franck Cuny
> Fix For: 0.4.0
>
>
> There is a script in bookkeeper to merge pull request :
> https://github.com/apache/bookkeeper/blob/master/dev/bk-merge-pr.py
> We can port the script to distributedlog to simplify the merge process.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)