changeset 19153:31389f38c6a2

gnulib-tool.py: follow gnulib-tool changes, part 8 Follow gnulib-tool change 2014-05-27 Sylvain Beucler <beuc@beuc.net>. gnulib-tool: wget translations using --no-verbose rather than --quiet
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Sep 2017 01:16:46 +0200
parents f5f147b4bbdf
children 38cd7e8211bc
files pygnulib/GLImport.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/GLImport.py	Sat Sep 09 01:09:45 2017 +0200
+++ b/pygnulib/GLImport.py	Sat Sep 09 01:16:46 2017 +0200
@@ -1211,7 +1211,7 @@
                 if result:  # use rsync
                     args = ['rsync', '-Lrtz', '%sgnulib/' % TP_RSYNC_URI, '.']
                 else:  # use wget
-                    args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', '-A.po',
+                    args = ['wget', '--no-verbose', '-r', '-l1', '-nd', '-np', '-A.po',
                             '%sgnulib/' % TP_URL]
                 sp.call(args, shell=True)
             else:  # if self.config['dryrun']