[dpdk-ci] [PATCH] tools: follow url redirects

Thomas Monjalon thomas at monjalon.net
Sun Feb 21 21:12:41 CET 2021


21/02/2021 20:48, Ali Alnubani:
> URLs with patch ids are redirected to a new format in Patchwork 2.2.
> Because of this, the cURL command doesn't output anything without
> (-L, --location).
> 
> Signed-off-by: Ali Alnubani <alialnu at nvidia.com>
> ---
> --- a/tools/download-patch.sh
> +++ b/tools/download-patch.sh
>  	url="http://patches.dpdk.org/patch/$pwid/mbox/"
> -	curl -sf $url
> +	curl -sfL $url

Applied to dpdk-ci.git thanks.




More information about the ci mailing list