From: Paul Eggert Date: Sun, 6 Oct 2019 04:36:15 +0000 (-0700) Subject: bootstrap: simplify debugging of wget failures X-Git-Tag: v1.0~4640 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=60039e9a201ffbbddffb6c1e8ba31c4b9dce9ff2;p=gnulib.git bootstrap: simplify debugging of wget failures Problem reported by Tim Rühsen in: https://lists.gnu.org/r/bug-gnulib/2019-10/msg00000.html * build-aux/bootstrap (po_download_command_format): Invoke wget with -nv instead of -q, to make debugging easier. --- diff --git a/ChangeLog b/ChangeLog index 325ddf57b7..25f1f3e3b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-10-05 Paul Eggert + + bootstrap: simplify debugging of wget failures + Problem reported by Tim Rühsen in: + https://lists.gnu.org/r/bug-gnulib/2019-10/msg00000.html + * build-aux/bootstrap (po_download_command_format): + Invoke wget with -nv instead of -q, to make debugging easier. + 2019-09-29 Bruno Haible avltree-list: Fix compilation warning (introduced on 2014-09-16). diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 5b08e7e2d4..e273ea7328 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -166,7 +166,7 @@ bootstrap_epilogue() { :; } # specified directory. Fill in the first %s with the destination # directory and the second with the domain name. po_download_command_format=\ -"wget --mirror --level=1 -nd -q -A.po -P '%s' \ +"wget --mirror --level=1 -nd -nv -A.po -P '%s' \ https://translationproject.org/latest/%s/" # Prefer a non-empty tarname (4th argument of AC_INIT if given), else