You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by pb...@apache.org on 2017/03/22 11:23:54 UTC

[49/50] [abbrv] oozie git commit: OOZIE-2830 Use tarLongFileMode with 'gnu' in the assembly plugin's configuration (asasvari via gezapeti)

OOZIE-2830 Use tarLongFileMode with 'gnu' in the assembly plugin's configuration (asasvari via gezapeti)


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

Branch: refs/heads/oya
Commit: d6383866ab5aafd4a4c3a34d0c7479dce21c182b
Parents: c6e1e54
Author: Gezapeti Cseh <ge...@gmail.com>
Authored: Mon Mar 20 12:22:01 2017 +0100
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Mon Mar 20 12:22:01 2017 +0100

----------------------------------------------------------------------
 distro/pom.xml  | 1 +
 release-log.txt | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/d6383866/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index 1a40e21..a8590e2 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -72,6 +72,7 @@
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <finalName>oozie-${project.version}</finalName>
+                    <tarLongFileMode>gnu</tarLongFileMode>
                     <descriptors>
                         <descriptor>../src/main/assemblies/distro.xml</descriptor>
                     </descriptors>

http://git-wip-us.apache.org/repos/asf/oozie/blob/d6383866/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 4c355c3..8358124 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.4.0 release (trunk - unreleased)
 
+OOZIE-2830 Use tarLongFileMode with 'gnu' in the assembly plugin's configuration (asasvari via gezapeti)
 OOZIE-2819 Make Oozie REST API accept multibyte characters for script Actions (asasvari via rkanter)
 OOZIE-2750 Spelling errors in the log messages and exception messages (gsohn via rkanter)
 OOZIE-2807 Oozie gets RM delegation token even for checking job status (satishsaley)