You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/09/23 08:58:32 UTC

[skywalking] branch adjust-source-shell created (now 7824a1b)

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

wusheng pushed a change to branch adjust-source-shell
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 7824a1b  Exclude the test codes from source release.

This branch includes the following new commits:

     new 7824a1b  Exclude the test codes from source release.

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.



[skywalking] 01/01: Exclude the test codes from source release.

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

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

commit 7824a1b0a3aaa36fb955ba34c3304c3c73749758
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Sep 23 16:58:20 2019 +0800

    Exclude the test codes from source release.
---
 tools/releasing/create_source_release.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index 28cc967..7ddd945 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -63,7 +63,9 @@ cd ..
 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}/.gitmodules/ \
+    --exclude ${PRODUCT_NAME}/test/ \
+    --exclude ${PRODUCT_NAME}/tools/ \
     --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/ \