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/14 01:33:22 UTC

[kylin] branch 2.6.x 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 2.6.x
in repository https://gitbox.apache.org/repos/asf/kylin.git


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

commit 2bdd4e1263b705b21f7276d1007935bf8bdb4ebd
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