You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/07/21 10:05:44 UTC

[38/50] [abbrv] incubator-kylin git commit: only using .tar.gz for package source code

only using .tar.gz for package source code


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

Branch: refs/heads/master
Commit: e0c03d95f0374825ff8043a4fc062b30ebdece8d
Parents: 4bf9aec
Author: Luke Han <lu...@apache.org>
Authored: Thu Jul 9 20:44:35 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Thu Jul 9 20:44:35 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e0c03d95/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 3b97600..c26123e 100644
--- a/src/main/config/assemblies/source-assembly.xml
+++ b/src/main/config/assemblies/source-assembly.xml
@@ -18,9 +18,6 @@ limitations under the License.
 <assembly>
     <id>source-release</id>
     <formats>
-        <!--
-        <format>zip</format>
-        -->
         <format>tar.gz</format>
     </formats>
     <fileSets>