comparison contrib/make_flys_release/make_release.sh @ 5220:613d2f494728

Handle return codes in the make_flys_release script
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 11 Mar 2013 15:55:11 +0100
parents 15ff9ddc765e
children 8fa0c522bef3
comparison
equal deleted inserted replaced
5219:40dc001594e4 5220:613d2f494728
1 #!/bin/bash 1 #!/bin/bash
2
3 set -e
2 4
3 echo "INFO: define required variables" 5 echo "INFO: define required variables"
4 ARTIFACTS_HG_REPO="http://wald.intevation.org/hg/dive4elements/artifacts" 6 ARTIFACTS_HG_REPO="http://wald.intevation.org/hg/dive4elements/artifacts"
5 HTTPCLIIENT_HG_REPO="http://wald.intevation.org/hg/dive4elements/http-client" 7 HTTPCLIIENT_HG_REPO="http://wald.intevation.org/hg/dive4elements/http-client"
6 FLYS_HG_REPO="http://wald.intevation.org/hg/dive4elements/flys" 8 FLYS_HG_REPO="http://wald.intevation.org/hg/dive4elements/flys"

http://dive4elements.wald.intevation.org