You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/03/29 07:03:51 UTC

[flink-statefun] branch master updated: [hotfix] [releasing] Exclude .travis.yml from source release dist

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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 957a722  [hotfix] [releasing] Exclude .travis.yml from source release dist
957a722 is described below

commit 957a7222a387fe584b33388ffd0ad9c61f10a4b0
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Sun Mar 29 14:59:08 2020 +0800

    [hotfix] [releasing] Exclude .travis.yml from source release dist
---
 tools/releasing/create_source_release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index de8e07f..b233f89 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -69,6 +69,7 @@ rsync -a \
   --exclude ".git" --exclude ".gitignore" \
   --exclude "target" \
   --exclude ".idea" --exclude "*.iml" \
+  --exclude ".travis.yml" \
   . flink-statefun-${RELEASE_VERSION}
 
 tar czf ${RELEASE_DIR}/flink-statefun-${RELEASE_VERSION}-src.tgz flink-statefun-${RELEASE_VERSION}