diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh index f798f88cfc76c697d52de7fe99b8bc2736daee04..525b9bf86c80b5797127ef0506f5f7bf80ec4b62 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!