From a7a1ff701b99032ef5213462d4eb04e03dbef9d5 Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Mon, 12 Jun 2017 11:23:32 +0200 Subject: [PATCH] Bug 1415 - Release Silecs Version 2.0.0 --- silecs-communication-cpp/releaseSilecs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/silecs-communication-cpp/releaseSilecs.sh b/silecs-communication-cpp/releaseSilecs.sh index c01d780..9b1b69e 100755 --- a/silecs-communication-cpp/releaseSilecs.sh +++ b/silecs-communication-cpp/releaseSilecs.sh @@ -3,14 +3,14 @@ # $ source releaseSilecs.sh # # release a new version v1.0.0 -# $ release 1.0.0 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs +# $ release 1.0.0 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git # # patch 2 packages of an existing version 1.2.3 -# $ patch silecs-codegen 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs -# $ patch silecs-model 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs +# $ patch silecs-codegen 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git +# $ patch silecs-model 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git # # 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 can be released or patched PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp silecs-cli-client snap7" -- GitLab