Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 5692:d2c6d4ca6841
Add print url to relase script
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 15 Apr 2013 10:33:59 +0200 |
parents | 57803a199856 |
children | 00851caf6979 |
comparison
equal
deleted
inserted
replaced
5691:dc2daadbdd0c | 5692:d2c6d4ca6841 |
---|---|
185 mkdir "$WORK_DIR/client" | 185 mkdir "$WORK_DIR/client" |
186 | 186 |
187 echo "[INFO]: Preparing configuration of web client" | 187 echo "[INFO]: Preparing configuration of web client" |
188 echo "[INFO]: Tomcat Port: $TOMCAT_PORT" | 188 echo "[INFO]: Tomcat Port: $TOMCAT_PORT" |
189 echo "[INFO]: Artifact Port: $ARTIFACT_PORT" | 189 echo "[INFO]: Artifact Port: $ARTIFACT_PORT" |
190 | |
191 #Needs to be done before the tomcat replacement below | |
192 sed -i -e "s@http://localhost:8888/flys/mapfish-print@http://localhost/flys-${VERSION}/mapfish-print@g" \ | |
193 $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml | |
194 | |
190 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ | 195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ |
191 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ | 196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ |
192 $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml | 197 $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml |
193 | 198 |
194 sed -i -e "s@/tmp/flys-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ | 199 sed -i -e "s@/tmp/flys-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ |