[
https://issues.apache.org/jira/browse/GEARPUMP-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15669711#comment-15669711
]
ASF GitHub Bot commented on GEARPUMP-239:
-----------------------------------------
Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/112#discussion_r88180950
--- Diff: dev-tools/create_apache_source_release.sh ---
@@ -80,6 +80,10 @@ fi
dev-tools/build clean reset scrub
echo .git > exclude-list
echo .DS_Store >> exclude-list
+for i in $(ls licenses/*|grep -v LICENSE-jquery.txt|grep -v
LICENSE-bootstrap.txt); do
+ echo $i >> exclude-list
+done
+cat exclude-list
--- End diff --
what is this `cat` for ?
> Correct binary and source licenses subdirectory
> -----------------------------------------------
>
> Key: GEARPUMP-239
> URL: https://issues.apache.org/jira/browse/GEARPUMP-239
> Project: Apache Gearpump
> Issue Type: Bug
> Affects Versions: 0.8.1
> Reporter: Kam Kasravi
> Assignee: Kam Kasravi
> Fix For: 0.8.2
>
>
> The source release should only include 2 license files under the licenses/
> subdirectory. The binary release did not include the licenses/ subdirectory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)