Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 8673:25f9ab25affd
Correct usage section in release script.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 09 Apr 2015 11:54:55 +0200 |
parents | e3f032870e7a |
children | 1e9667ef5742 |
comparison
equal
deleted
inserted
replaced
8672:6ec32b9a052b | 8673:25f9ab25affd |
---|---|
38 Default: $DEFAULT_WD | 38 Default: $DEFAULT_WD |
39 -t Tag the current default branch as "VERSION" | 39 -t Tag the current default branch as "VERSION" |
40 -o, --oracle Release is for oracle. | 40 -o, --oracle Release is for oracle. |
41 Suitable jar-file for JDBC driver has to be given with | 41 Suitable jar-file for JDBC driver has to be given with |
42 the environment variable ORACLE_JDBC | 42 the environment variable ORACLE_JDBC |
43 VERSION must be in the format MAYOR.MINOR.PATCH or default | 43 VERSION must specify a tag (usually MAYOR.MINOR.PATCH) or a branch name. |
44 EOF | 44 EOF |
45 exit 0 | 45 exit 0 |
46 } | 46 } |
47 # --backend-db-url Url of database backend. Default: $BACKENDURL | 47 # --backend-db-url Url of database backend. Default: $BACKENDURL |
48 # --backend-db-pass Backend db password. Default: $BACKENDPASS | 48 # --backend-db-pass Backend db password. Default: $BACKENDPASS |