[PATCHv2 2/2] gnulib-tool: Sync with build-aux/bootstrap options

2014-09-03 Thread Mathieu Anquetin
Options for downloading PO files were not in sync with their build-aux/bootstrap counterpart. This commit adopt the same behavior for these tools. Signed-off-by: Mathieu Anquetin --- gnulib-tool |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib-tool b/gnulib-tool

[PATCHv2 1/2] gnulib-tool: Fallback to wget when rsync fails

2014-09-03 Thread Mathieu Anquetin
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 bac

[PATCH v2] gnulib-tool: Download PO files

2014-09-03 Thread Mathieu Anquetin
These two patches change the behavior of gnulib-tool for downloading PO files from the Translation Project. It synces it with what is being done by the build-aux/bootstrap script (falling back to wget when rsync isn't available and setting options) Best regards, Mathieu