You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2019/03/13 15:04:33 UTC

[kylin] branch master updated: KYLIN-3862 add LICENSE and NOTICE to binary package

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

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new fe43a3e  KYLIN-3862 add LICENSE and NOTICE to binary package
fe43a3e is described below

commit fe43a3eba2716a8a534bb7916fbc425b22849157
Author: shaofengshi <sh...@apache.org>
AuthorDate: Wed Mar 13 23:03:34 2019 +0800

    KYLIN-3862 add LICENSE and NOTICE to binary package
---
 build/script/compress.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/script/compress.sh b/build/script/compress.sh
index 666dcec..6e5bad2 100755
--- a/build/script/compress.sh
+++ b/build/script/compress.sh
@@ -35,6 +35,7 @@ cd build/
 rm -rf ${package_name}
 mkdir ${package_name}
 cp -r ext lib tool bin conf tomcat ../examples/sample_cube commit_SHA1 ${package_name}
+cp ../NOTICE ../LICENSE ../README.md ${package_name}
 rm -rf ext lib tomcat commit_SHA1
 
 ## comment all default properties, and append them to the user visible kylin.properties