You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/07/05 23:50:32 UTC

[incubator-skywalking] branch master updated: Update create_source_release.sh (#1431)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 02ab74a  Update create_source_release.sh (#1431)
02ab74a is described below

commit 02ab74ad81495135336c98522cca60e3bfc9fd2d
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jul 5 16:50:27 2018 -0700

    Update create_source_release.sh (#1431)
---
 tools/releasing/create_source_release.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index 9cd9eb9..c3747f2 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -72,6 +72,10 @@ tar czf ${PRODUCT_NAME}-src.tgz \
     --exclude ${PRODUCT_NAME}/.git/ --exclude ${PRODUCT_NAME}/.DS_Store/ \
     --exclude ${PRODUCT_NAME}/.github/ --exclude ${PRODUCT_NAME}/.gitignore/ \
     --exclude ${PRODUCT_NAME}/.gitmodules/ --exclude ${PRODUCT_NAME}/.travis.yml \
+    --exclude ${PRODUCT_NAME}/skywalking-ui/.git/ --exclude ${PRODUCT_NAME}/skywalking-ui/.DS_Store/ \
+    --exclude ${PRODUCT_NAME}/skywalking-ui/.github/ --exclude ${PRODUCT_NAME}/skywalking-ui/.gitignore/ \
+    --exclude ${PRODUCT_NAME}/skywalking-ui/.travis.yml/ \
+    --exclude ${PRODUCT_NAME}/apm-protocol/apm-network/src/main/proto/.git/ \
     ${PRODUCT_NAME}
 
 gpg --armor --detach-sig ${PRODUCT_NAME}-src.tgz