Mercurial > dive4elements > river
diff contrib/make_flys_release/make_release.sh @ 5960:75803c9eb63b
Fix print configuration, in the config flys is still flys
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 10 May 2013 09:28:24 +0200 |
parents | 8698e3284b7a |
children | bf5dba3f66ac |
line wrap: on
line diff
--- a/contrib/make_flys_release/make_release.sh Thu May 09 22:07:14 2013 +0200 +++ b/contrib/make_flys_release/make_release.sh Fri May 10 09:28:24 2013 +0200 @@ -189,7 +189,7 @@ echo "[INFO]: Artifact Port: $ARTIFACT_PORT" #Needs to be done before the tomcat replacement below -sed -i -e "s@http://localhost:8888/river/mapfish-print@https://localhost/flys-${VERSION}/river/mapfish-print@g" \ +sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/river/mapfish-print@g" \ $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \