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/02/12 06:43:14 UTC

[24/50] incubator-kylin git commit: fix script

fix script


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

Branch: refs/heads/inverted-index
Commit: 5712b1d0f4930d5df4594f9d2e1b6e7135b5b5b7
Parents: 78689e3
Author: qianhao.zhou <qi...@ebay.com>
Authored: Wed Feb 11 11:50:21 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Wed Feb 11 11:50:21 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/5712b1d0/script/compress.sh
----------------------------------------------------------------------
diff --git a/script/compress.sh b/script/compress.sh
index 01a8376..20b4257 100644
--- a/script/compress.sh
+++ b/script/compress.sh
@@ -13,6 +13,7 @@ fi
 
 #package tgz
 echo 'package tgz'
+rm -rf kylin-${version}
 mkdir kylin-${version}
 cp -r lib bin conf tomcat kylin-${version}
 tar -cvzf kylin-${version}.tgz kylin-${version}