Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 8751:5b4bd0680160
Do not die if work dir is clean.
rm would fail if there were no old wsplgen archives around
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 19 Jun 2015 17:00:32 +0200 |
parents | 1bc1d6969520 |
children | 340111f40f2d |
comparison
equal
deleted
inserted
replaced
8750:69b0a71b4845 | 8751:5b4bd0680160 |
---|---|
182 $FLYS_SOURCE_DIR/river/artifacts/bin/createDatacage.sh | 182 $FLYS_SOURCE_DIR/river/artifacts/bin/createDatacage.sh |
183 cd - | 183 cd - |
184 | 184 |
185 echo "INFO: download WSPLGEN" | 185 echo "INFO: download WSPLGEN" |
186 cd $WORK_DIR | 186 cd $WORK_DIR |
187 rm wsplgen-linux-*bit-static | 187 rm -f wsplgen-linux-*bit-static |
188 wget \ | 188 wget \ |
189 https://wald.intevation.org/frs/download.php/1496/wsplgen-linux-64bit-static.gz \ | 189 https://wald.intevation.org/frs/download.php/1496/wsplgen-linux-64bit-static.gz \ |
190 https://wald.intevation.org/frs/download.php/1498/wsplgen-linux-32bit-static.gz | 190 https://wald.intevation.org/frs/download.php/1498/wsplgen-linux-32bit-static.gz |
191 gunzip wsplgen-linux-64bit-static.gz wsplgen-linux-32bit-static.gz | 191 gunzip wsplgen-linux-64bit-static.gz wsplgen-linux-32bit-static.gz |
192 chmod +x wsplgen-linux-* | 192 chmod +x wsplgen-linux-* |