This is an automated email from the ASF dual-hosted git repository.
wuzhiguo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git
The following commit(s) were added to refs/heads/main by this push:
new 6ec55393 BIGTOP-4450: Change shell scripts to unix line-ending format
when maven build (#232)
6ec55393 is described below
commit 6ec553938a5009b906c989fb4cd570ce20956d61
Author: Lex Li <[email protected]>
AuthorDate: Thu Jun 26 14:56:00 2025 +0800
BIGTOP-4450: Change shell scripts to unix line-ending format when maven
build (#232)
---
bigtop-manager-dist/src/main/assembly/assembly-agent.xml | 1 +
bigtop-manager-dist/src/main/assembly/assembly-server.xml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/bigtop-manager-dist/src/main/assembly/assembly-agent.xml
b/bigtop-manager-dist/src/main/assembly/assembly-agent.xml
index b3f0f741..e10e24bf 100644
--- a/bigtop-manager-dist/src/main/assembly/assembly-agent.xml
+++ b/bigtop-manager-dist/src/main/assembly/assembly-agent.xml
@@ -32,6 +32,7 @@
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
<directoryMode>0755</directoryMode>
+ <lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>${project.basedir}/../bigtop-manager-agent/src/main/resources</directory>
diff --git a/bigtop-manager-dist/src/main/assembly/assembly-server.xml
b/bigtop-manager-dist/src/main/assembly/assembly-server.xml
index 6695b9f6..8c3d728d 100644
--- a/bigtop-manager-dist/src/main/assembly/assembly-server.xml
+++ b/bigtop-manager-dist/src/main/assembly/assembly-server.xml
@@ -32,12 +32,14 @@
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
<directoryMode>0755</directoryMode>
+ <lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>${project.basedir}/../bigtop-manager-server/src/main/resources/scripts</directory>
<outputDirectory>scripts</outputDirectory>
<fileMode>0755</fileMode>
<directoryMode>0755</directoryMode>
+ <lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>${project.basedir}/../bigtop-manager-server/src/main/resources</directory>