2010/3/22 Daniel P. Berrange <berrange(a)redhat.com>:
On Mon, Mar 22, 2010 at 02:25:40AM +0100, Matthias Bolte wrote:
> rsync is used to download .po files, but SKIP_PO=true is set and
> downloading .po files is skipped.
>
> This also fixes a problem with MinGW builds, because rsync is not
> available for MinGW.
> ---
> bootstrap.conf | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/bootstrap.conf b/bootstrap.conf
> index fb862ad..be4ad21 100644
> --- a/bootstrap.conf
> +++ b/bootstrap.conf
> @@ -130,7 +130,6 @@ git 1.5.5
> gzip -
> libtool -
> perl 5.5
> -rsync -
> tar -
> "
ACK
Daniel
Thanks, pushed.
Matthias