You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2013/06/23 12:13:02 UTC

git commit: FLUME-2005. Minor improvements to Flume assembly config.

Updated Branches:
  refs/heads/trunk 83e4fe5f7 -> 171310fb1


FLUME-2005. Minor improvements to Flume assembly config.

(Mike Percy)


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

Branch: refs/heads/trunk
Commit: 171310fb1ab9316dd1d72126acbefd4ef4727043
Parents: 83e4fe5
Author: Mike Percy <mp...@apache.org>
Authored: Sun Jun 23 03:12:36 2013 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Sun Jun 23 03:12:36 2013 -0700

----------------------------------------------------------------------
 flume-ng-dist/pom.xml                   | 2 +-
 flume-ng-dist/src/main/assembly/bin.xml | 1 +
 flume-ng-dist/src/main/assembly/src.xml | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/171310fb/flume-ng-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml
index 302c147..7d7688c 100644
--- a/flume-ng-dist/pom.xml
+++ b/flume-ng-dist/pom.xml
@@ -43,13 +43,13 @@
             <goals>
               <goal>single</goal>
             </goals>
-            <inherited>false</inherited>
             <configuration>
               <finalName>apache-flume-${project.version}</finalName>
               <descriptors>
                 <descriptor>src/main/assembly/bin.xml</descriptor>
                 <descriptor>src/main/assembly/src.xml</descriptor>
               </descriptors>
+              <tarLongFileMode>gnu</tarLongFileMode>
             </configuration>
           </execution>
         </executions>

http://git-wip-us.apache.org/repos/asf/flume/blob/171310fb/flume-ng-dist/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/flume-ng-dist/src/main/assembly/bin.xml b/flume-ng-dist/src/main/assembly/bin.xml
index 9c4c10a..5aa7cc6 100644
--- a/flume-ng-dist/src/main/assembly/bin.xml
+++ b/flume-ng-dist/src/main/assembly/bin.xml
@@ -25,6 +25,7 @@
   <id>bin</id>
 
   <formats>
+    <format>dir</format>
     <format>tar.gz</format>
   </formats>
 

http://git-wip-us.apache.org/repos/asf/flume/blob/171310fb/flume-ng-dist/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/flume-ng-dist/src/main/assembly/src.xml b/flume-ng-dist/src/main/assembly/src.xml
index 5b86994..dc8b92b 100644
--- a/flume-ng-dist/src/main/assembly/src.xml
+++ b/flume-ng-dist/src/main/assembly/src.xml
@@ -25,6 +25,7 @@
   <id>src</id>
 
   <formats>
+    <format>dir</format>
     <format>tar.gz</format>
   </formats>