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

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


The following commit(s) were added to refs/heads/master by this push:
     new 669490e  [MINOR] Include runscript in the release artifacts
669490e is described below

commit 669490e95574fd9d75f8b8f3db2c7a2de5fc3daf
Author: arnabp <[email protected]>
AuthorDate: Thu Sep 10 11:38:31 2020 +0200

    [MINOR] Include runscript in the release artifacts
---
 src/assembly/bin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 6335971..5b47760 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -57,9 +57,9 @@
                <fileSet>
                        <directory>${basedir}/bin</directory>
                        <includes>
-                               <include>*.sh</include>
+                               <include>systemds</include>
                        </includes>
-                       <outputDirectory>.</outputDirectory>
+      <outputDirectory>bin</outputDirectory>
                        <fileMode>0755</fileMode>
                </fileSet>
 

Reply via email to