comparison contrib/make_flys_release/make_release.sh @ 5418:485ff339661e

Add sedinitsqls to packaging script
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 26 Mar 2013 11:03:06 +0100
parents c841eac48474
children 2be02d6ad9dc
comparison
equal deleted inserted replaced
5417:5422a798f105 5418:485ff339661e
72 SEDDBURL=${SEDDBURL:-czech-republic.atlas.intevation.de} 72 SEDDBURL=${SEDDBURL:-czech-republic.atlas.intevation.de}
73 SEDDBPORT=${SEDDBPORT:-1521} 73 SEDDBPORT=${SEDDBPORT:-1521}
74 SEDDBBACK=${SEDDBBACK:-XE} 74 SEDDBBACK=${SEDDBBACK:-XE}
75 SEDDBUSER=${SEDDBUSER:-seddb} 75 SEDDBUSER=${SEDDBUSER:-seddb}
76 SEDDBPASS=${SEDDBPASS:-seddbpass} 76 SEDDBPASS=${SEDDBPASS:-seddbpass}
77 SEDINITSQLS=${SEDINITSQLS:-}
78
77 79
78 # Backend configuration 80 # Backend configuration
79 BACKENDURL=${BACKENDURL:-czech-republic.atlas.intevation.de} 81 BACKENDURL=${BACKENDURL:-czech-republic.atlas.intevation.de}
80 BACKENDPORT=${BACKENDPORT:-5432} 82 BACKENDPORT=${BACKENDPORT:-5432}
81 BACKENDBACK=${BACKENDBACK:-flys_2913} 83 BACKENDBACK=${BACKENDBACK:-flys_2913}
277 <!-- This is the default SedDB db configuration. --> 279 <!-- This is the default SedDB db configuration. -->
278 <user>$SEDDBUSER</user> 280 <user>$SEDDBUSER</user>
279 <password>$SEDDBPASS</password> 281 <password>$SEDDBPASS</password>
280 <dialect>org.hibernate.dialect.Oracle9iDialect</dialect> 282 <dialect>org.hibernate.dialect.Oracle9iDialect</dialect>
281 <driver>oracle.jdbc.driver.OracleDriver</driver> 283 <driver>oracle.jdbc.driver.OracleDriver</driver>
282 <url>jdbc:oracle:thin:@//$SEDDBURL:$SEDDBPORT/$SEDDBBACK </url> 284 <url>jdbc:oracle:thin:@//$SEDDBURL:$SEDDBPORT/$SEDDBBACK</url>
285 <connection-init-sqls>$SEDINITSQLS</connection-init-sqls>
283 </seddb-database> 286 </seddb-database>
284 EOF 287 EOF
285 288
286 if [ "$BUILD_ORACLE" = "TRUE" ]; then 289 if [ "$BUILD_ORACLE" = "TRUE" ]; then
287 # Oracle backend configuration 290 # Oracle backend configuration

http://dive4elements.wald.intevation.org