# HG changeset patch # User Andre Heinecke # Date 1366046150 -7200 # Node ID 369e3201470d7fb5d886ea0a11525c5033c086f4 # Parent 88996fd04f55cfbb26846665b371546d3c556c24 Fix print url replacement diff -r 88996fd04f55 -r 369e3201470d contrib/make_flys_release/make_release.sh --- a/contrib/make_flys_release/make_release.sh Mon Apr 15 18:48:53 2013 +0200 +++ b/contrib/make_flys_release/make_release.sh Mon Apr 15 19:15:50 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/flys/mapfish-print@http://localhost/flys-${VERSION}/mapfish-print@g" \ +sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \ $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \