DPDK CI discussions
 help / color / mirror / Atom feed
* Re: [dpdk-ci] [PATCH] tools: follow url redirects
       [not found] <20210221194856.1643-1-alialnu@nvidia.com>
@ 2021-02-21 20:12 ` Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2021-02-21 20:12 UTC (permalink / raw)
  To: Ali Alnubani; +Cc: ci

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@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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-21 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210221194856.1643-1-alialnu@nvidia.com>
2021-02-21 20:12 ` [dpdk-ci] [PATCH] tools: follow url redirects Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).