Repository: storm
Updated Branches:
  refs/heads/master 1274b076e -> 1c2ac2eb4


STORM-2664: Fix for the distribution packaged on Windows OS can't run on
Linux


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

Branch: refs/heads/master
Commit: 3f43fc4a94cc2f66890deee8fb425e73da7499a9
Parents: 393e5c4
Author: cluo <051...@163.com>
Authored: Mon Jul 31 14:08:05 2017 +0800
Committer: cluo <051...@163.com>
Committed: Fri Aug 4 10:34:56 2017 +0800

----------------------------------------------------------------------
 storm-dist/binary/final-package/src/main/assembly/binary.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3f43fc4a/storm-dist/binary/final-package/src/main/assembly/binary.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/final-package/src/main/assembly/binary.xml 
b/storm-dist/binary/final-package/src/main/assembly/binary.xml
index d8db068..d295635 100644
--- a/storm-dist/binary/final-package/src/main/assembly/binary.xml
+++ b/storm-dist/binary/final-package/src/main/assembly/binary.xml
@@ -58,6 +58,7 @@
                 <include>storm*</include>
                 <include>flight.bash</include>
             </includes>
+            <lineEnding>unix</lineEnding>
             <fileMode>0755</fileMode>
         </fileSet>
         <!--
@@ -332,6 +333,7 @@
             <source>${project.basedir}/../../../conf/storm-env.sh</source>
             <outputDirectory>/conf</outputDirectory>
             <destName>storm-env.sh</destName>
+            <lineEnding>unix</lineEnding>
             <fileMode>0755</fileMode>
         </file>
         <file>

Reply via email to