Repository: tez
Updated Branches:
  refs/heads/master 0bb3445c8 -> b8e8bcbd0


TEZ-2540. Create both tez-dist minimal and minimal.tar.gz formats as part of 
build (jeagles)


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

Branch: refs/heads/master
Commit: b8e8bcbd04dad4ca04a0385b79d05d0b36412886
Parents: 0bb3445
Author: Jonathan Eagles <[email protected]>
Authored: Wed Aug 12 22:12:57 2015 -0500
Committer: Jonathan Eagles <[email protected]>
Committed: Wed Aug 12 22:12:57 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt      | 1 +
 tez-dist/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/b8e8bcbd/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a19e369..432c82b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -70,6 +70,7 @@ Release 0.7.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2540. Create both tez-dist minimal and minimal.tar.gz formats as part of 
build
   TEZ-2630. TezChild receives IP address instead of FQDN.
   TEZ-2211. Tez UI: Allow users to configure timezone
   TEZ-2623. Fix module dependencies related to hadoop-auth.

http://git-wip-us.apache.org/repos/asf/tez/blob/b8e8bcbd/tez-dist/pom.xml
----------------------------------------------------------------------
diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml
index e78cb8e..b7cc8b2 100644
--- a/tez-dist/pom.xml
+++ b/tez-dist/pom.xml
@@ -122,7 +122,8 @@
                 <descriptor>src/main/assembly/tez-dist-minimal.xml</descriptor>
               </descriptors>
               <formats>
-                <format>${package.format}</format>
+                <format>dir</format>
+                <format>tar.gz</format>
               </formats>
             </configuration>
             <phase>prepare-package</phase>

Reply via email to