ascrutae closed pull request #1008: Fixed the issue #1007
URL: https://github.com/apache/incubator-skywalking/pull/1008
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/releasing/create_source_release.sh 
b/tools/releasing/create_source_release.sh
index 1ef962ec1..1680e2b28 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -41,6 +41,7 @@ rsync -a ../../ \
   --exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" --exclude 
"build-target" \
   --exclude "/docs/" --exclude "/dist/" --exclude "/tools/" --exclude 
"/skywalking-agent/" \
   --exclude "/skywalking-ui/dist/" --exclude "/skywalking-ui/node/" --exclude 
"/skywalking-ui/node_modules/" \
+  --exclude "dependency-reduced-pom.xml" \
   ${PRODUCT_NAME}
 
 tar czf ${PRODUCT_NAME}-src.tgz ${PRODUCT_NAME}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to