You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/02/12 23:39:06 UTC

[pulsar] branch master updated: build with unix lineEnding in windows (#9536)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f5b1cb5  build with unix lineEnding in windows (#9536)
f5b1cb5 is described below

commit f5b1cb5ae29e0bcad1405f5e8eec9a66c27c7461
Author: WangJialing <65...@users.noreply.github.com>
AuthorDate: Sat Feb 13 07:34:35 2021 +0800

    build with unix lineEnding in windows (#9536)
    
    Co-authored-by: wangjialing <wa...@cmss.chinamobile.com>
    Co-authored-by: Sijie Guo <si...@apache.org>
---
 distribution/server/src/assemble/bin.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/server/src/assemble/bin.xml b/distribution/server/src/assemble/bin.xml
index 2247641..c68f4bc 100644
--- a/distribution/server/src/assemble/bin.xml
+++ b/distribution/server/src/assemble/bin.xml
@@ -35,9 +35,11 @@
   <fileSets>
     <fileSet>
       <directory>${basedir}/../../conf</directory>
+      <lineEnding>unix</lineEnding>
     </fileSet>
     <fileSet>
       <directory>${basedir}/../../bin</directory>
+      <lineEnding>unix</lineEnding>
       <fileMode>755</fileMode>
     </fileSet>
     <fileSet>