diff --git a/openbis_all/source/bash/cifex_sprint_install.sh b/openbis_all/source/bash/cifex_sprint_install.sh index 45f5df276edc05ec9bb32769635969a50ff12d22..76064ac154909d2cb3918c822d62fc2935126557 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