bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] translationproject fetch: with wget, use --no-verbose ra


From: Jim Meyering
Subject: Re: [PATCH 2/2] translationproject fetch: with wget, use --no-verbose rather than --quiet
Date: Tue, 27 May 2014 14:40:05 -0700

On Tue, May 27, 2014 at 1:25 PM, Sylvain Beucler <address@hidden> wrote:
> This allows the user to see error messages if any (--quiet hides them)
> ---
>  gnulib-tool | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnulib-tool b/gnulib-tool
> index b852749..7353920 100755
> --- a/gnulib-tool
> +++ b/gnulib-tool
> @@ -5031,7 +5031,7 @@ s,//*$,/,'
>              if type rsync 2>/dev/null | grep / > /dev/null; then
>                rsync -Lrtz "${TP_RSYNC_URI}gnulib/" .
>              else
> -              wget --quiet -r -l1 -nd -np -A.po "${TP_URL}gnulib/"
> +              wget --no-verbose -r -l1 -nd -np -A.po "${TP_URL}gnulib/"

Hi Sylvain, both patches look fine.  I've adjusted commit logs and
added a ChangeLog entry for each.  I'll push these tomorrow:

Attachment: 0001-gnulib-tool-adjust-translation-wget-to-avoid-a-https.patch
Description: Binary data

Attachment: 0002-gnulib-tool-wget-translations-using-no-verbose-rathe.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]