From 409989a514ebb29fcc45b292ed019abb3499ff5c Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Thu, 9 Apr 2009 12:01:49 +0000
Subject: [PATCH] LMS-832 copy zips to demo server when tagging and building is
 performed

SVN: 10655
---
 openbis_all/source/bash/tag_and_build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh
index f798f88cfc7..525b9bf86c8 100755
--- a/openbis_all/source/bash/tag_and_build.sh
+++ b/openbis_all/source/bash/tag_and_build.sh
@@ -19,6 +19,7 @@ fi
 FULL_VER=S$VER.$SUBVER
 SPRINT_SERVER=sprint-openbis.ethz.ch
 CISD_SERVER=cisd-vesuvio.ethz.ch
+DEMO_SERVER=cisd-openbis.ethz.ch
 SPRINT_INSTALL_SCRIPT=sprint_install.sh
 
 svn checkout svn+ssh://source.systemsx.ch/repos/cisd/build_resources/trunk build_resources
@@ -37,7 +38,9 @@ echo "chmod g+w -R $SPRINT_DIR" | ssh -T $CISD_SERVER
 
 echo Copying new openBIS components to \'$SPRINT_SERVER\'...
 scp openBIS-server-*.zip $SPRINT_SERVER:.
+scp openBIS-server-*.zip $DEMO_SERVER:.
 scp datastore_server-*.zip $SPRINT_SERVER:.
+scp datastore_server-*.zip $DEMO_SERVER:.
 rm -f *.zip
 
 # If sprint install script is present and executable, run it!
-- 
GitLab