]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: simplify debugging of wget failures
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 04:36:15 +0000 (21:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 04:36:35 +0000 (21:36 -0700)
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.

ChangeLog
build-aux/bootstrap

index 325ddf57b789e6c4c945ac0f71cc4b5cc35b6f29..25f1f3e3b76683ac5e7358c91d8dcb79f1df1861 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-10-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        avltree-list: Fix compilation warning (introduced on 2014-09-16).
index 5b08e7e2d421c0227598813ae65f35b9c22cfcb3..e273ea7328516ab5f45ddf8055434ad5580535f8 100755 (executable)
@@ -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