summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-10-05 21:36:15 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-10-05 21:36:35 -0700
commit60039e9a201ffbbddffb6c1e8ba31c4b9dce9ff2 (patch)
tree44842fa2deadd977e0071efc42fbb8dbb87be938
parentde255f87357354e0f2422d9321fe9701b776ead5 (diff)
downloadgnulib-60039e9a201ffbbddffb6c1e8ba31c4b9dce9ff2.tar.gz
gnulib-60039e9a201ffbbddffb6c1e8ba31c4b9dce9ff2.tar.bz2
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.
-rw-r--r--ChangeLog8
-rwxr-xr-xbuild-aux/bootstrap2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 325ddf57b7..25f1f3e3b7 100644
--- 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).
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

Return to:

Send suggestions and report system problems to the System administrator.