You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ar...@apache.org on 2020/09/10 09:39:16 UTC

[systemds] branch master updated: [MINOR] Include runscript in the release artifacts

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 <ar...@tugraz.at>
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>