From: Bruno Haible Date: Fri, 8 Sep 2017 23:16:46 +0000 (+0200) Subject: gnulib-tool.py: follow gnulib-tool changes, part 8 X-Git-Tag: v1.0~5936 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=463015704eafbc8cda8841a184f2697854caf943;p=gnulib.git gnulib-tool.py: follow gnulib-tool changes, part 8 Follow gnulib-tool change 2014-05-27 Sylvain Beucler . gnulib-tool: wget translations using --no-verbose rather than --quiet --- diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py index bb8b839957..d5f5ea6f46 100644 --- a/pygnulib/GLImport.py +++ b/pygnulib/GLImport.py @@ -1211,7 +1211,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix 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']