Skip to content
Snippets Groups Projects
Commit 0c0c04bc authored by tpylak's avatar tpylak
Browse files

cifex installation script

SVN: 13317
parent ea2a2938
No related branches found
No related tags found
No related merge requests found
# This is a very simple version of the script which installs the cifex # 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! # You have to change the INSTALL_URL, PREV and NEW variables by yourself!
PREV=cifex-S67 PREV=cifex-SNAPSHOT-S68
NEW=cifex-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 || echo Directory $PREV does not exist!
test -d $PREV || exit 1 test -d $PREV || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment