You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/27 09:46:22 UTC

[incubator-seatunnel] branch dev updated: [SeaTunnel#1344] make start scripts have execute permission in final packaged tar. (#1345)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ea2d816  [SeaTunnel#1344] make start scripts have execute permission in final packaged tar. (#1345)
ea2d816 is described below

commit ea2d816971516cf42d94b9bdf1d8abfc3eca5e83
Author: CenterCode <yx...@users.noreply.github.com>
AuthorDate: Sun Feb 27 17:46:18 2022 +0800

    [SeaTunnel#1344] make start scripts have execute permission in final packaged tar. (#1345)
---
 seatunnel-dist/assembly.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/seatunnel-dist/assembly.xml b/seatunnel-dist/assembly.xml
index 90944dc..73025c1 100644
--- a/seatunnel-dist/assembly.xml
+++ b/seatunnel-dist/assembly.xml
@@ -58,10 +58,12 @@
         <fileSet>
             <directory>../seatunnel-core/seatunnel-core-flink/src/main/bin</directory>
             <outputDirectory>/bin</outputDirectory>
+            <fileMode>0755</fileMode>
         </fileSet>
         <fileSet>
             <directory>../seatunnel-core/seatunnel-core-spark/src/main/bin</directory>
             <outputDirectory>/bin</outputDirectory>
+            <fileMode>0755</fileMode>
         </fileSet>
         <fileSet>
             <directory>../seatunnel-core/seatunnel-core-spark/target</directory>