[PATCH] Replace model uuid of 'Beispielfluss' with model_uuid of 'Elbe'
Wald Commits
scm-commit at wald.intevation.org
Fri Mar 7 17:14:44 CET 2014
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1394208875 -3600
# Node ID 56870a7d9811b58a9b2a371b91e77df43f5b2e42
# Parent 195233a91e0493b99f7af38b788d99ea23e11885
Replace model uuid of 'Beispielfluss' with model_uuid of 'Elbe'.
diff -r 195233a91e04 -r 56870a7d9811 contrib/make_flys_release/make_release.sh
--- a/contrib/make_flys_release/make_release.sh Fri Mar 07 16:28:23 2014 +0100
+++ b/contrib/make_flys_release/make_release.sh Fri Mar 07 17:14:35 2014 +0100
@@ -91,6 +91,7 @@
# Client configuration
AUTH=${AUTH:-GGinA}
+ELBE_MODEL_UUID=${ELBE_MODEL_UUID:-1a4825f6-925f-11e3-8165-001f29e71d12}
OPTS=`getopt -o ?w:,t,o \
-l help,oracle \
@@ -208,6 +209,9 @@
sed -i -e "s@/var/log/d4e-river/d4e-client.log@${LOG_DIR}/client-${VERSION}.log at g" \
$FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties
+sed -i -e "s at 1a4825f6-925f-11e3-8165-001f29e71d12@${ELBE_MODEL_UUID}@g" \
+ $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/images/FLYS_Karte_interactive.html
+
if [ -r "$FEATURES_XML" ]; then
cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml
fi
More information about the Dive4elements-commits
mailing list