Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 4493:b15f82f0d652
Fixed path to client logging
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 14 Nov 2012 11:01:51 +0100 |
parents | 302f5da348bb |
children | 334c68344eb5 |
comparison
equal
deleted
inserted
replaced
4492:439913782777 | 4493:b15f82f0d652 |
---|---|
40 (cd $FLYS_HG && hg co $RELEASE) | 40 (cd $FLYS_HG && hg co $RELEASE) |
41 | 41 |
42 # adapt client configuration | 42 # adapt client configuration |
43 echo "INFO: prepare configuration of web client" | 43 echo "INFO: prepare configuration of web client" |
44 | 44 |
45 sed -i -e "s@http://localhost:8181@http://localhost:$ARTEFACT_PORT@g " \ | 45 sed -i -e "s@http://localhost:8181@http://localhost:$ARTEFACT_PORT@g" \ |
46 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ | 46 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ |
47 $FLYS_HG/flys-client/src/main/webapp/WEB-INF/web.xml | 47 $FLYS_HG/flys-client/src/main/webapp/WEB-INF/web.xml |
48 | |
49 sed -i -e "s@/tmp/flys-client.log@/tmp/flys-client-${RELEASE}.log@g" \ | |
50 $FLYS_HG/flys-client/src/main/webapp/WEB-INF/log4j.properties | |
48 | 51 |
49 echo "INFO: download OpenLayers-2.11 for client" | 52 echo "INFO: download OpenLayers-2.11 for client" |
50 curl -O http://openlayers.org/download/OpenLayers-2.11.tar.gz | 53 curl -O http://openlayers.org/download/OpenLayers-2.11.tar.gz |
51 tar xvfz OpenLayers-2.11.tar.gz | 54 tar xvfz OpenLayers-2.11.tar.gz |
52 # TODO: Remove more superfluous OpenLayers stuff. | 55 # TODO: Remove more superfluous OpenLayers stuff. |