GitHub user cluo512 opened a pull request:

    https://github.com/apache/storm/pull/2247

    Force to make some files in final-package use unix line ending

    I made a distribution from source code on windows OS, but when I want to 
launch this on linux. I found there are some mistake for line break in the 
scripts. And then I found the settings for line ending in the binary.xml was 
not set obviously, so it is decided by the OS where run the maven command.
    I think its better to set the line ending obviously for unix. because we 
mostly use linux system to deploy storm and, at the same time, this 
distribution will run well in the windows OS.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cluo512/storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2247.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2247
    
----
commit 63a3ed588f3f597e8c6f186305bfce4ccf7d5387
Author: cluo <[email protected]>
Date:   2017-07-31T06:08:05Z

    Force to make the final-package some files use unix line ending

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to