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 2016/03/27 03:32:44 UTC

[41/50] [abbrv] kylin git commit: Compress with tools dir.

Compress with tools dir.

Signed-off-by: Hongbin Ma <ma...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/438a6ad3
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/438a6ad3
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/438a6ad3

Branch: refs/heads/1.3.x
Commit: 438a6ad330b93479e2ccd73a6e9278ac766180e7
Parents: 5593d82
Author: nichunen <ni...@mininglamp.com>
Authored: Fri Mar 18 17:56:21 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Sun Mar 20 14:00:01 2016 +0800

----------------------------------------------------------------------
 script/compress.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/438a6ad3/script/compress.sh
----------------------------------------------------------------------
diff --git a/script/compress.sh b/script/compress.sh
index 96044a6..f309799 100755
--- a/script/compress.sh
+++ b/script/compress.sh
@@ -33,7 +33,7 @@ package_name=apache-kylin-${version}-bin
 rm -rf dist/${package_name}
 mkdir dist/${package_name}
 # copy files
-cp -r lib bin conf dist/tomcat examples/sample_cube dist/commit.sha1 dist/${package_name}
+cp -r lib bin conf tools dist/tomcat examples/sample_cube  dist/commit.sha1 dist/${package_name}
 # copy license files
 cp LICENSE README.md NOTICE dist/${package_name}