You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2017/06/27 10:01:58 UTC

oozie git commit: OOZIE-2848 Override sharelib.tgz in distro when rebuilding Oozie (asasvari via gezapeti)

Repository: oozie
Updated Branches:
  refs/heads/master 678f1b2b2 -> 7003badfd


OOZIE-2848 Override sharelib.tgz in distro when rebuilding Oozie (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/7003badf
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/7003badf
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/7003badf

Branch: refs/heads/master
Commit: 7003badfd2ddebcd66dab32f7288ffbc558f4bb3
Parents: 678f1b2
Author: Gezapeti Cseh <ge...@gmail.com>
Authored: Tue Jun 27 12:01:44 2017 +0200
Committer: Gezapeti Cseh <ge...@gmail.com>
Committed: Tue Jun 27 12:01:44 2017 +0200

----------------------------------------------------------------------
 release-log.txt                | 1 +
 src/main/assemblies/distro.xml | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/7003badf/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 97884b6..e3d2d92 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-2848 Override sharelib.tgz in distro when rebuilding Oozie (asasvari via gezapeti)
 OOZIE-2943 Fix Findbugs warnings in oozie-sharelib-pig (Jan Hentschel via gezapeti)
 OOZIE-2846 TestSSLServerConnectorFactory fails with Jetty 9.3 and 9.4 (gezapeti)
 OOZIE-2936 Fix Javadoc warnings from build (Jan Hentschel via gezapeti)

http://git-wip-us.apache.org/repos/asf/oozie/blob/7003badf/src/main/assemblies/distro.xml
----------------------------------------------------------------------
diff --git a/src/main/assemblies/distro.xml b/src/main/assemblies/distro.xml
index da1bd2e..d28be90 100644
--- a/src/main/assemblies/distro.xml
+++ b/src/main/assemblies/distro.xml
@@ -138,7 +138,6 @@
         <file>
             <source>${basedir}/../sharelib/target/oozie-sharelib-${project.version}.tar.gz</source>
             <outputDirectory>/</outputDirectory>
-            <fileMode>0444</fileMode>
         </file>
     </files>
 </assembly>