Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 8080:13c3d861db1d
Build is locale sensitive. Force a UTF-8 locale for building.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 11 Aug 2014 15:41:12 +0200 |
parents | c4bf75f82ffc |
children | bb00ee1556b9 |
comparison
equal
deleted
inserted
replaced
8079:1c57c9dc1661 | 8080:13c3d861db1d |
---|---|
20 # You should have received a copy of the GNU General Public License | 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 | 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. | 22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
23 | 23 |
24 set -e | 24 set -e |
25 LC_ALL=en_US.UTF-8 | |
25 DEFAULT_WD=/tmp/flys-release | 26 DEFAULT_WD=/tmp/flys-release |
26 DEVELOPER=aheinecke | 27 DEVELOPER=aheinecke |
27 | 28 |
28 ARTIFACTS_HG_REPO="http://wald.intevation.org/hg/dive4elements/framework" | 29 ARTIFACTS_HG_REPO="http://wald.intevation.org/hg/dive4elements/framework" |
29 HTTPCLIIENT_HG_REPO="http://wald.intevation.org/hg/dive4elements/http-client" | 30 HTTPCLIIENT_HG_REPO="http://wald.intevation.org/hg/dive4elements/http-client" |