]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool: Fallback to wget when rsync fails
authorMathieu Anquetin <mathieu@anquetin.eu>
Thu, 4 Sep 2014 06:54:48 +0000 (08:54 +0200)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 6 Sep 2014 00:17:24 +0000 (17:17 -0700)
commitc83b8970990405a5f97da2870c408ea67520afec
treef1164cd4a32edb8a8bd95de0300d69c6158f744e
parent5be8d47e025293fc079ba15cd6a3f7a0a6f5790c
gnulib-tool: Fallback to wget when rsync fails

Current implementation only tries to rsync PO files when rsync is
installed on the host. In case of error, no files are downloaded even
if they are available. This leads to bootstrap problems for hosts
that lie behind a restrictive firewall.

This patch always tries to rsync by default, falling back to wget if
an error occurs.

Signed-off-by: Mathieu Anquetin <mathieu@anquetin.eu>
ChangeLog
gnulib-tool