From 79e4b9a8928fccc7d9be789e9caf6be8634bd9da Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 10 Sep 2008 13:15:52 +0000
Subject: [PATCH] change openbis -> openbis_all

SVN: 8272
---
 openbis_all/source/bash/tag_and_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis_all/source/bash/tag_and_build.sh b/openbis_all/source/bash/tag_and_build.sh
index 167b006dd96..610118b0f82 100755
--- a/openbis_all/source/bash/tag_and_build.sh
+++ b/openbis_all/source/bash/tag_and_build.sh
@@ -24,9 +24,9 @@ SPRINT_INSTALL_SCRIPT=sprint_install.sh
 svn checkout svn+ssh://source.systemsx.ch/repos/cisd/build_resources/trunk build_resources
 cd build_resources
 echo Tagging openBIS to $FULL_VER...
-./tag_sprint.sh openbis $FULL_VER
+./tag_sprint.sh openbis_all $FULL_VER
 echo Building openBIS...
-./build.sh openbis $FULL_VER
+./build.sh openbis_all $FULL_VER
 
 echo Copying new openBIS components to \'$CISD_SERVER\'...
 OPENBIS_PATH=/localhome/cisd/sprint_builds/openBIS
-- 
GitLab