You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/19 07:41:00 UTC

[incubator-inlong] branch master updated: [INLONG-756] package start.sh script executable for agent (#558)

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

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new d3fecf5  [INLONG-756] package start.sh script executable for agent (#558)
d3fecf5 is described below

commit d3fecf5580b04b198a055092b446c316d8254479
Author: dockerzhang <do...@apache.org>
AuthorDate: Mon Jul 19 15:40:52 2021 +0800

    [INLONG-756] package start.sh script executable for agent (#558)
    
    Co-authored-by: dockerzhang <do...@tencent.com>
---
 inlong-agent/agent-release/package.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/inlong-agent/agent-release/package.xml b/inlong-agent/agent-release/package.xml
index 74151a7..80b6135 100644
--- a/inlong-agent/agent-release/package.xml
+++ b/inlong-agent/agent-release/package.xml
@@ -26,7 +26,7 @@
         <format>tar.gz</format>
     </formats>
 
-    <includeBaseDirectory>true</includeBaseDirectory>
+    <includeBaseDirectory>false</includeBaseDirectory>
     <fileSets>
         <!-- for bin -->
         <fileSet>
@@ -34,10 +34,7 @@
             <includes>
                 <include>*.*</include>
             </includes>
-            <excludes>
-                <exclude>*.pyc</exclude>
-            </excludes>
-            <directoryMode>775</directoryMode>
+            <fileMode>0755</fileMode>
             <outputDirectory>bin</outputDirectory>
         </fileSet>