wangjialing218 opened a new pull request #9536:
URL: https://github.com/apache/pulsar/pull/9536
### Motivation
When build pulsar in Windows using "mvn clean install -DskipTests" and
upload the tar.gz file in /distribution/server/target to Linux server, the
package can not be executed because the sh files and bin files in /bin are
using Windows line ending.
### Modifications
Specify unix line ending when building pulsar.
### Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API: (no)
- The schema: ( no )
- The default values of configurations: ( no)
- The wire protocol: ( no)
- The rest endpoints: ( no)
- The admin cli options: ( no)
- Anything that affects deployment: (yes )
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]