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 ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---