[Dive4elements-commits] [PATCH] Fix print url replacement

Wald Commits scm-commit at wald.intevation.org
Mon Apr 15 19:16:22 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# 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 at http://localhost:8888/flys/mapfish-print at http://localhost/flys-${VERSION}/mapfish-print at g" \
+sed -i -e "s at http://localhost:8888/flys/mapfish-print at https://localhost/flys-${VERSION}/flys/mapfish-print at g" \
     $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml
 
 sed -i -e "s at http://localhost:8181 at http://localhost:$ARTIFACT_PORT at g" \


More information about the Dive4elements-commits mailing list