You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/09/03 03:31:23 UTC

[08/50] [abbrv] incubator-kylin git commit: hot fix: compress in commit sha

hot fix: compress in commit sha


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

Branch: refs/heads/0.7
Commit: 0150b51585bdc61b2410fa90866c91a28b4a2510
Parents: cc4fdf1
Author: honma <ho...@ebay.com>
Authored: Wed Aug 19 16:36:07 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed Aug 19 16:36:24 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/0150b515/script/compress.sh
----------------------------------------------------------------------
diff --git a/script/compress.sh b/script/compress.sh
index b1c51cd..5b773a1 100755
--- a/script/compress.sh
+++ b/script/compress.sh
@@ -32,7 +32,7 @@ echo 'package tar.gz'
 rm -rf dist/kylin-${version}
 mkdir dist/kylin-${version}
 # copy files
-cp -r lib bin conf dist/tomcat examples/sample_cube commit.sha1 dist/kylin-${version}
+cp -r lib bin conf dist/tomcat examples/sample_cube dist/commit.sha1 dist/kylin-${version}
 # copy license files
 cp LICENSE README.md NOTICE DISCLAIMER  dist/kylin-${version}