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 16:55:08 UTC

[incubator-skywalking] branch update-release-tag created (now 1b59200)

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

wusheng pushed a change to branch update-release-tag
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at 1b59200  Update create_source_release.sh

This branch includes the following new commits:

     new 1b59200  Update create_source_release.sh

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Update create_source_release.sh

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1b5920052ef676954a7f92d986ec2e41eb241e2f
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jul 5 09:55:04 2018 -0700

    Update create_source_release.sh
---
 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