You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by ma...@apache.org on 2012/09/18 21:17:20 UTC

git commit: CRUNCH-66: Add tar.gz as a format for the release assembly

Updated Branches:
  refs/heads/master 8b58faa55 -> 7cc16e322


CRUNCH-66: Add tar.gz as a format for the release assembly


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

Branch: refs/heads/master
Commit: 7cc16e32231c8d4f5fea0ba29e2a014799a1c771
Parents: 8b58faa
Author: Josh Wills <jw...@apache.org>
Authored: Mon Sep 17 17:51:34 2012 -0700
Committer: Matthias Friedrich <ma...@mafr.de>
Committed: Tue Sep 18 20:48:09 2012 +0200

----------------------------------------------------------------------
 pom.xml                              |    2 +-
 src/main/assembly/crunch-release.xml |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/7cc16e32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a7dd2d5..4bf2aee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,7 +496,7 @@ under the License.
                   <descriptors>
                     <descriptor>src/main/assembly/crunch-release.xml</descriptor>
                   </descriptors>
-                  <tarLongFileFormat>gnu</tarLongFileFormat>
+                  <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
               </execution>
             </executions>

http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/7cc16e32/src/main/assembly/crunch-release.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/crunch-release.xml b/src/main/assembly/crunch-release.xml
index 8af97f2..e6e7715 100644
--- a/src/main/assembly/crunch-release.xml
+++ b/src/main/assembly/crunch-release.xml
@@ -22,6 +22,7 @@
   <baseDirectory>${project.build.finalName}-src</baseDirectory>
   <formats>
     <format>zip</format>
+    <format>tar.gz</format>
   </formats>
   <componentDescriptors>
     <componentDescriptor>assemblies/source-shared.xml</componentDescriptor>