comparison contrib/make_flys_release/make_release.sh @ 6419:47f4d2c1866a

Add replacement rule for wiki url in make_release.sh
author Christian Lins <christian.lins@intevation.de>
date Wed, 26 Jun 2013 11:32:06 +0200
parents 0aa9c5d8dccb
children 004b87755fa4
comparison
equal deleted inserted replaced
6417:14b5674e57a4 6419:47f4d2c1866a
194 194
195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ 195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \
196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ 196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \
197 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml 197 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml
198 198
199 sed -i -e "s@https://flys3-devel.bafg.de/wiki@${WIKI_URL}@g" \
200 $FLYS_SOURCE_DIR/river/gwt-client/src/main/java/org/dive4elements/river/client/client/config.xm
201
199 sed -i -e "s@/tmp/flys-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ 202 sed -i -e "s@/tmp/flys-client.log@${LOG_DIR}/client-${VERSION}.log@g" \
200 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties 203 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties
201 204
202 if [ -r "$FEATURES_XML" ]; then 205 if [ -r "$FEATURES_XML" ]; then
203 cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml 206 cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml

http://dive4elements.wald.intevation.org