[
https://issues.apache.org/jira/browse/DL-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15814535#comment-15814535
]
ASF GitHub Bot commented on DL-182:
-----------------------------------
GitHub user xieliang opened a pull request:
https://github.com/apache/incubator-distributedlog/pull/112
DL-182 : assembled package should include README.md
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xieliang/incubator-distributedlog
DL-182-assembled
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-distributedlog/pull/112.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 #112
----
commit c97b8b802a0462b8a90dbfcf388ccecb074629cd
Author: xieliang <[email protected]>
Date: 2017-01-10T09:56:08Z
assembled package should include README.md
----
> assembled source package doesn't include README.md
> --------------------------------------------------
>
> Key: DL-182
> URL: https://issues.apache.org/jira/browse/DL-182
> Project: DistributedLog
> Issue Type: Task
> Reporter: Sijie Guo
> Assignee: Liang Xie
> Fix For: 0.4.0
>
>
> the src/assemble/bin.xml and src/assemble/src.xml have inconsistent settings.
> the bin.xml is looking for README.md
> {code}
> <file>
> <source>../README.md</source>
> <outputDirectory>/</outputDirectory>
> <fileMode>644</fileMode>
> </file>
> {code}
> however, the src.xml doesn't include README.md in the source package.
> {code}
> <includes>
> <include>**/README</include>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)