Skip to content
Snippets Groups Projects
Commit 8d1ffb02 authored by al.schwinn's avatar al.schwinn
Browse files

Bug 1387 - Provide Command-Line Silecs Client

- added new package to release-scripts
parent 846a3fa6
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,5 @@ SCRIPT=$(readlink -f "$0") ...@@ -7,4 +7,5 @@ SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in
mkdir -p ${INSTALL_DIR} mkdir -p ${INSTALL_DIR}
cp -r ${SCRIPTPATH}/build/bin ${INSTALL_DIR} cp -r ${SCRIPTPATH}/build/bin ${INSTALL_DIR}
\ No newline at end of file cp -r ${SCRIPTPATH}/examples ${INSTALL_DIR}
\ No newline at end of file
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
# release a new version of the silecs-eclipse plugin # release a new version of the silecs-eclipse plugin
# $ plugin_release /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs-plugin # $ plugin_release /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs-plugin
# List of silecs packages which is released or patched # List of silecs packages which can be released or patched
PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp snap7" PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp silecs-cli-client snap7"
# Check that folder exists, print proper error if not # Check that folder exists, print proper error if not
checkFolderExists() checkFolderExists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment