Repository: tez
Updated Branches:
  refs/heads/branch-0.7 f57580e87 -> 683ce0d0d


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

(cherry picked from commit b8e8bcbd04dad4ca04a0385b79d05d0b36412886)


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

Branch: refs/heads/branch-0.7
Commit: 683ce0d0d766d05ae93ee15847a22c2426d1ae77
Parents: f57580e
Author: Jonathan Eagles <[email protected]>
Authored: Wed Aug 12 22:12:57 2015 -0500
Committer: Jonathan Eagles <[email protected]>
Committed: Wed Aug 12 22:13:50 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/683ce0d0/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 24dddf5..687d095 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,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/683ce0d0/tez-dist/pom.xml
----------------------------------------------------------------------
diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml
index 3689847..ff4d8a0 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