[pacman-dev] [PATCH] updpkgsums: omit downloader output when capturing checksums
Allan McRae
allan at archlinux.org
Tue Sep 17 21:54:12 EDT 2013
On 18/09/13 00:56, Xyne wrote:
> Allan McRae wrote:
>
>> Try this change in download_file in makepkg:
>>
>> - eval "$dlcmd || ret=\$?"
>> + eval "$dlcmd >&2 || ret=\$?"
>>
>> If that is good, send a patch.
>
> I sent another patch just before getting this. I used the same approach, but I
> redirected the output of the call to download_sources in the conditional
> GENINTEG block.
>
> Let me know if you still want me to move it to the download_file function and
> I'll resubmit.
>
I'd prefer to limit the redirection as much as possible.
A
More information about the pacman-dev
mailing list