[Dive4elements-commits] [PATCH 1 of 2] Add print url to relase script
Wald Commits
scm-commit at wald.intevation.org
Mon Apr 15 10:35:33 CEST 2013
# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1366014839 -7200
# Node ID d2c6d4ca6841f885e3c3a2ba7b0ace379cfc3d15
# Parent dc2daadbdd0c99fcd6e6b36746f81bea6014d3b1
Add print url to relase script
diff -r dc2daadbdd0c -r d2c6d4ca6841 contrib/make_flys_release/make_release.sh
--- a/contrib/make_flys_release/make_release.sh Fri Apr 12 20:17:11 2013 +0200
+++ b/contrib/make_flys_release/make_release.sh Mon Apr 15 10:33:59 2013 +0200
@@ -187,6 +187,11 @@
echo "[INFO]: Preparing configuration of web client"
echo "[INFO]: Tomcat Port: $TOMCAT_PORT"
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" \
+ $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" \
-e "s at http://localhost:8888 at http://localhost:$TOMCAT_PORT at g" \
$FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/web.xml
More information about the Dive4elements-commits
mailing list