Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 8493:07a369e6e277
Correct header for release script.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 04 Dec 2014 11:38:18 +0100 |
parents | 026f4c684ee5 |
children | 76994a0187fa |
comparison
equal
deleted
inserted
replaced
8492:f7dfadd7bd7c | 8493:07a369e6e277 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 # Release script for Flys | 2 # Release script for Dive4Elements River |
3 # | 3 # |
4 # Authors: | 4 # Authors: |
5 # Andre Heinecke <aheinecke@intevation.de> | 5 # Andre Heinecke <aheinecke@intevation.de> |
6 # | 6 # |
7 # Copyright: | 7 # Copyright (C) 2011 - 2014 by Bundesanstalt für Gewässerkunde |
8 # Copyright (C) 2013 Intevation GmbH | 8 # Software engineering by Intevation GmbH |
9 # | 9 # |
10 # This program is free software; you can redistribute it and/or | 10 # This file is Free Software under the GNU AGPL (>=v3) |
11 # modify it under the terms of the GNU General Public License | 11 # and comes with ABSOLUTELY NO WARRANTY! Check out the |
12 # as published by the Free Software Foundation; either version 2 | 12 # documentation coming with Dive4Elements River for details. |
13 # of the License, or (at your option) any later version. | |
14 # | |
15 # This program is distributed in the hope that it will be useful, | |
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 # GNU General Public License for more details. | |
19 # | |
20 # You should have received a copy of the GNU General Public License | |
21 # along with this program; if not, write to the Free Software | |
22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
23 | 13 |
24 set -e | 14 set -e |
25 LC_ALL=en_US.UTF-8 | 15 LC_ALL=en_US.UTF-8 |
26 DEFAULT_WD=/tmp/flys-release | 16 DEFAULT_WD=/tmp/flys-release |
27 DEVELOPER=aheinecke | 17 DEVELOPER=aheinecke |