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

kezhenxu94 pushed a commit to branch enhance/release-script
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/enhance/release-script by this 
push:
     new 90592d0  Enhance release script to support non-MacOS system
90592d0 is described below

commit 90592d06b8b11591f97c91e7e0f8eba3a64f7680
Author: kezhenxu94 <kezhenx...@163.com>
AuthorDate: Mon Nov 30 16:47:41 2020 +0800

    Enhance release script to support non-MacOS system
---
 tools/releasing/create_source_release.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/tools/releasing/create_source_release.sh 
b/tools/releasing/create_source_release.sh
index fb86726..d327db8 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -61,15 +61,15 @@ git submodule update
 cd ..
 
 tar czf ${PRODUCT_NAME}-src.tgz \
-    --exclude .git/ --exclude .DS_Store/ \
-    --exclude .github/ \
-    --exclude .gitignore/ \
-    --exclude .gitmodules/ \
-    --exclude skywalking-ui/.git/ \
-    --exclude skywalking-ui/.DS_Store/ \
-    --exclude skywalking-ui/.github/ \
-    --exclude skywalking-ui/.gitignore/ \
-    --exclude skywalking-ui/.travis.yml/ \
+    --exclude .git \
+    --exclude .DS_Store \
+    --exclude .github \
+    --exclude .gitignore \
+    --exclude .gitmodules \
+    --exclude skywalking-ui/.git \
+    --exclude skywalking-ui/.DS_Store \
+    --exclude skywalking-ui/.github \
+    --exclude skywalking-ui/.gitignore \
     --exclude apm-protocol/apm-network/src/main/proto/.git/ \
     ${PRODUCT_NAME}
 

Reply via email to