[PATCH] Release script: prevent gunzip from asking for overwrite

Wald Commits scm-commit at wald.intevation.org
Wed May 6 13:29:21 CEST 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1430911750 -7200
# Node ID 1e9667ef5742d82e3101f2cbd27732c951b376d1
# Parent  4c15f98be26cf2320b642f243ba4c8e24c2ae590
Release script: prevent gunzip from asking for overwrite.

diff -r 4c15f98be26c -r 1e9667ef5742 contrib/make_flys_release/make_release.sh
--- a/contrib/make_flys_release/make_release.sh	Thu Apr 30 20:02:30 2015 +0200
+++ b/contrib/make_flys_release/make_release.sh	Wed May 06 13:29:10 2015 +0200
@@ -184,6 +184,7 @@
 
 echo "INFO: download WSPLGEN"
 cd $WORK_DIR
+rm wsplgen-linux-*bit-static
 wget \
     https://wald.intevation.org/frs/download.php/1496/wsplgen-linux-64bit-static.gz \
     https://wald.intevation.org/frs/download.php/1498/wsplgen-linux-32bit-static.gz


More information about the Dive4Elements-commits mailing list