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

cifex installation script

SVN: 13309
parent 4a9a9c5c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ PREV=cifex-S67
NEW=cifex-S68
INSTALL_URL=http://cisd-ci.ethz.ch:8090/cruisecontrol/artifacts/cifex/20091111035157/cifex-SNAPSHOT-r13295.zip
test -d $PREV || echo Directory $PREV does not exist!
test -d $PREV || exit 1
unalias cp
unalias rm
......@@ -23,3 +26,7 @@ cp $OLD_INSTALL/etc/service.properties .
cp $OLD_INSTALL/etc/keystore .
cp $OLD_INSTALL/etc/jetty.xml .
./install.sh ..
cd ..
rm -fr cifex
jetty/bin/startup.sh
\ No newline at end of file
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