Skip to content
Snippets Groups Projects
Commit 164b74c4 authored by Sean Busbey's avatar Sean Busbey Committed by GitHub
Browse files

Merge pull request #785 from busbey/script-packaging-fix

[packaging] ensure new ycsb runner scripts are included in distribution tarballs.
parents 8e460911 79b42ad3
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ LICENSE file.
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
<includes>
<include>ycsb</include>
<include>ycsb*</include>
</includes>
</fileSet>
<fileSet>
......
......@@ -38,7 +38,7 @@ LICENSE file.
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
<includes>
<include>ycsb</include>
<include>ycsb*</include>
</includes>
</fileSet>
<fileSet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment