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 2015/10/26 10:22:11 UTC

incubator-kylin git commit: KYLIN-1052 includes zip format in assemblies/source-assembly.xml

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging b146aa653 -> 0209be168


KYLIN-1052 includes zip format in assemblies/source-assembly.xml

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

Branch: refs/heads/1.x-staging
Commit: 0209be16816e92a6bfa5aa508bb2b801e1906c4b
Parents: b146aa6
Author: shaofengshi <sh...@apache.org>
Authored: Mon Oct 26 17:21:56 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Oct 26 17:21:56 2015 +0800

----------------------------------------------------------------------
 src/main/config/assemblies/source-assembly.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/0209be16/src/main/config/assemblies/source-assembly.xml
----------------------------------------------------------------------
diff --git a/src/main/config/assemblies/source-assembly.xml b/src/main/config/assemblies/source-assembly.xml
index 6f54721..31c783c 100644
--- a/src/main/config/assemblies/source-assembly.xml
+++ b/src/main/config/assemblies/source-assembly.xml
@@ -18,6 +18,7 @@ limitations under the License.
 <assembly>
     <id>src</id>
     <formats>
+        <format>zip</format>
         <format>tar.gz</format>
     </formats>