From 16ba854335f4eb5fb522b8d2ac1dc6679b843ede Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Wed, 13 Aug 2008 13:23:32 +0000 Subject: [PATCH] change: - Start remote installing of sprint server. SVN: 7866 --- openbis/source/bash/tag_and_build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openbis/source/bash/tag_and_build.sh b/openbis/source/bash/tag_and_build.sh index ec38eee8477..3f0ee53c978 100755 --- a/openbis/source/bash/tag_and_build.sh +++ b/openbis/source/bash/tag_and_build.sh @@ -29,4 +29,10 @@ scp *.zip $CISD_SERVER:$SPRINT_DIR echo Copying new openBIS components to '$SPRINT_SERVER'... scp openBIS-server-*.zip $SPRINT_SERVER:. scp download-server-*.zip $SPRINT_SERVER:. + +# if [ -x sprint_install.sh ] +# echo Installing server remotely... +# cat sprint_install.sh | ssh -T $SPRINT_SERVER +# fi + echo Done! -- GitLab