]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool: adjust translation wget to avoid a https redirection
authorSylvain Beucler <beuc@beuc.net>
Tue, 27 May 2014 20:21:55 +0000 (22:21 +0200)
committerJim Meyering <meyering@fb.com>
Wed, 28 May 2014 14:38:28 +0000 (07:38 -0700)
commitad2a2c8251075ed26cd79f1910e5c5185fbf3b2d
treedfdf266e0d99151a32bf7d530d39894b244873d8
parent98ca2c063cfe019b673fd0ce81448c919e9c989c
gnulib-tool: adjust translation wget to avoid a https redirection

Context: http://translationproject.org/latest/gnulib redirects to
         https://translationproject.org/latest/gnulib/
Rationale: if the user falls back to wget, she doesn't have rsync and
is probably in a minimal build environment, where packages such as
'ca-certificates' are missing as well, resulting in a failed (and
difficult to detect since ignored) translation initial fetch.
Consequently let's avoid https if possible, and add the missing
trailing slash.  This also avoids an unnecessary 302 redirection.
* gnulib-tool: Add trailing slash to gnulib URL.
ChangeLog
gnulib-tool