Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 7813:56870a7d9811
Replace model uuid of 'Beispielfluss' with model_uuid of 'Elbe'.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 07 Mar 2014 17:14:35 +0100 |
parents | 5bb3f5d41d48 |
children | 286c09ff6fb8 |
comparison
equal
deleted
inserted
replaced
7812:195233a91e04 | 7813:56870a7d9811 |
---|---|
89 DGM_PATH=${DGM_PATH:-/vol1/projects/Geospatial/flys-3.0/testdaten/dami_dgms/} | 89 DGM_PATH=${DGM_PATH:-/vol1/projects/Geospatial/flys-3.0/testdaten/dami_dgms/} |
90 LOG_DIR=/var/log/flys | 90 LOG_DIR=/var/log/flys |
91 | 91 |
92 # Client configuration | 92 # Client configuration |
93 AUTH=${AUTH:-GGinA} | 93 AUTH=${AUTH:-GGinA} |
94 ELBE_MODEL_UUID=${ELBE_MODEL_UUID:-1a4825f6-925f-11e3-8165-001f29e71d12} | |
94 | 95 |
95 OPTS=`getopt -o ?w:,t,o \ | 96 OPTS=`getopt -o ?w:,t,o \ |
96 -l help,oracle \ | 97 -l help,oracle \ |
97 -n $0 -- "$@"` | 98 -n $0 -- "$@"` |
98 | 99 |
206 $FLYS_SOURCE_DIR/river/gwt-client/src/main/java/org/dive4elements/river/client/client/config.xml | 207 $FLYS_SOURCE_DIR/river/gwt-client/src/main/java/org/dive4elements/river/client/client/config.xml |
207 | 208 |
208 sed -i -e "s@/var/log/d4e-river/d4e-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ | 209 sed -i -e "s@/var/log/d4e-river/d4e-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ |
209 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties | 210 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties |
210 | 211 |
212 sed -i -e "s@1a4825f6-925f-11e3-8165-001f29e71d12@${ELBE_MODEL_UUID}@g" \ | |
213 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/images/FLYS_Karte_interactive.html | |
214 | |
211 if [ -r "$FEATURES_XML" ]; then | 215 if [ -r "$FEATURES_XML" ]; then |
212 cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml | 216 cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml |
213 fi | 217 fi |
214 | 218 |
215 find $FLYS_SOURCE_DIR/river/ -name \*.properties -o -name \*.xsl | \ | 219 find $FLYS_SOURCE_DIR/river/ -name \*.properties -o -name \*.xsl | \ |