>From 6052ea380c30ed375ffc85ab090407028de267bf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Sep 2017 01:09:45 +0200 Subject: [PATCH 11/16] gnulib-tool.py: follow gnulib-tool changes, part 7 Follow gnulib-tool change from 2014-05-27 "gnulib-tool: adjust translation wget to avoid a https redirection" --- pygnulib/GLImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py index 7522eae..bb8b839 100644 --- a/pygnulib/GLImport.py +++ b/pygnulib/GLImport.py @@ -1212,7 +1212,7 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix args = ['rsync', '-Lrtz', '%sgnulib/' % TP_RSYNC_URI, '.'] else: # use wget args = ['wget', '--quiet', '-r', '-l1', '-nd', '-np', '-A.po', - '%sgnulib' % TP_URL] + '%sgnulib/' % TP_URL] sp.call(args, shell=True) else: # if self.config['dryrun'] print('Fetch gnulib PO files from %s' % TP_URL) -- 2.7.4