From: Thomas Monjalon <thomas@monjalon.net>
To: Ali Alnubani <alialnu@nvidia.com>
Cc: ci@dpdk.org
Subject: Re: [dpdk-ci] [PATCH] tools: follow url redirects
Date: Sun, 21 Feb 2021 21:12:41 +0100 [thread overview]
Message-ID: <8756243.4PRU7rQLCQ@thomas> (raw)
In-Reply-To: <20210221194856.1643-1-alialnu@nvidia.com>
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.
parent reply other threads:[~2021-02-21 20:12 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20210221194856.1643-1-alialnu@nvidia.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8756243.4PRU7rQLCQ@thomas \
--to=thomas@monjalon.net \
--cc=alialnu@nvidia.com \
--cc=ci@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).