From c1d84ea0183695808b68572a80867d7c9fab44a9 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 21 Dec 2009 14:45:39 +0000
Subject: [PATCH] openBIS build script: 1. copy all distribution to sprint
 server ~/sprint_builds directory 2. copy only sprint distributions to the
 home dir of sprint server 3. do not copy anything to demo server,
 copy-zips-to-servers.sh will do it

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

diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh
index 9aa2f25cb52..2758e3ae515 100755
--- a/openbis_all/source/bash/tag_and_build.sh
+++ b/openbis_all/source/bash/tag_and_build.sh
@@ -19,7 +19,6 @@ 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://svncisd.ethz.ch/repos/cisd/build_resources/trunk build_resources
@@ -37,11 +36,9 @@ scp *.zip $CISD_SERVER:$SPRINT_DIR
 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 datastore_server-*.zip $SPRINT_SERVER:.
-echo Copying new openBIS components to \'$DEMO_SERVER\'...
-scp openBIS-server-*.zip $DEMO_SERVER:.
-scp datastore_server-*.zip $DEMO_SERVER:.
+scp openBIS-server-S*.zip $SPRINT_SERVER:.
+scp datastore_server-S*.zip $SPRINT_SERVER:.
+scp *.zip $SPRINT_SERVER:~/sprint_builds
 rm -f *.zip
 
 # If sprint install script is present and executable, run it!
-- 
GitLab