From 9f23e10da8512dc804ac6429cfc98dd9acd5e546 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Sep 2017 01:09:45 +0200 Subject: [PATCH] gnulib-tool.py: follow gnulib-tool changes, part 7 Follow gnulib-tool change 2014-05-27 Sylvain Beucler 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 7522eae14d..bb8b839957 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.39.5