From 0c0c04bcaed251578f2073e4818d2d66fa74358b Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 11 Nov 2009 13:09:49 +0000 Subject: [PATCH] cifex installation script SVN: 13317 --- openbis_all/source/bash/cifex_sprint_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis_all/source/bash/cifex_sprint_install.sh b/openbis_all/source/bash/cifex_sprint_install.sh index 45f5df276ed..76064ac1549 100755 --- a/openbis_all/source/bash/cifex_sprint_install.sh +++ b/openbis_all/source/bash/cifex_sprint_install.sh @@ -1,9 +1,9 @@ # This is a very simple version of the script which installs the cifex # You have to change the INSTALL_URL, PREV and NEW variables by yourself! -PREV=cifex-S67 +PREV=cifex-SNAPSHOT-S68 NEW=cifex-S68 -INSTALL_URL=http://cisd-ci.ethz.ch:8090/cruisecontrol/artifacts/cifex/20091111035157/cifex-SNAPSHOT-r13295.zip +INSTALL_URL=http://cisd-ci.ethz.ch:8090/cruisecontrol/artifacts/cifex/20091111140651/cifex-SNAPSHOT-r13316.zip test -d $PREV || echo Directory $PREV does not exist! test -d $PREV || exit 1 -- GitLab