[
https://issues.apache.org/jira/browse/DL-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401470#comment-15401470
]
ASF GitHub Bot commented on DL-16:
----------------------------------
Github user franckcuny commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/7
@sijie I can't push to the git repository on apache:
```sh
% ./scripts/dev/dl-merge-pr.py
Which pull request would you like to merge? (e.g. 34): 7
Commit title [DL-16: Fix the merge script]:
=== Pull Request #7 ===
PR title DL-16: Fix the merge script
Commit title DL-16: Fix the merge script
Source sijie/sijie/fcuny/DL-16
Target master
URL
https://api.github.com/repos/apache/incubator-distributedlog/pulls/7
Proceed with merging pull request #7? (y/n): y
remote: Counting objects: 27, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 27 (delta 11), reused 25 (delta 9), pack-reused 0
Unpacking objects: 100% (27/27), done.
From https://github.com/apache/incubator-distributedlog
* [new ref] refs/pull/7/head -> PR_TOOL_MERGE_PR_7
From git://git.apache.org/incubator-distributedlog
* [new branch] master -> PR_TOOL_MERGE_PR_7_MASTER
Switched to branch 'PR_TOOL_MERGE_PR_7_MASTER'
Automatic merge went well; stopped before committing as requested
Do you want to validate unit tests after the merge? (y/n): n
Enter primary author in the format of 'name <email>' [Sijie Guo
<[email protected]>]:
Enter reviewers [Franck Cuny <[email protected]>]:
List pull request commits in squashed commit message? (y/n): n
Merge complete (local ref PR_TOOL_MERGE_PR_7_MASTER). Push to apache?
(y/n): y
fatal: remote error: access denied or repository not exported:
/incubator-distributedlog.git
Restoring head pointer to master
Switched to branch 'master'
Exception while pushing: Command '['git', 'push', 'apache',
'PR_TOOL_MERGE_PR_7_MASTER', u'master']' returned non-zero exit status 128
```
> 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)