Compress with tools dir. Signed-off-by: Hongbin Ma <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b31c4cac Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b31c4cac Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b31c4cac Branch: refs/heads/KYLIN-1122-B1 Commit: b31c4cac8fb2c6994f6135e01273a7139c749733 Parents: 8d1b194 Author: nichunen <[email protected]> Authored: Fri Mar 18 17:56:21 2016 +0800 Committer: Xiaoyu Wang <[email protected]> Committed: Mon Mar 21 19:57:35 2016 +0800 ---------------------------------------------------------------------- script/compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/b31c4cac/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}
