From: Petr Vorel <pvorel@suse.cz>
To: Ben Copeland <ben.copeland@linaro.org>
Cc: Linux Test Project <ltp@lists.linux.it>
Subject: Re: [LTP] [PATCH] ci: fix patch download when using curl
Date: Mon, 15 Dec 2025 17:14:58 +0100 [thread overview]
Message-ID: <20251215161458.GB282302@pevik> (raw)
In-Reply-To: <CAL0q8a6bP0TJn4xCBoL0sRKeLatXYMw3qUGJQszZ5+1tHv83Qw@mail.gmail.com>
...
> > > - curl -k "${{ inputs.SERIES_MBOX }}" | git am
> > > + curl -k -L --max-redirs 1 --location-trusted "${{ inputs.SERIES_MBOX }}" | git am
> > Hopefully --max-redirs 1 is enough.
> > Thanks for looking into this!
> I suggest adding --retry to the CURL call. --retry 3. At least then
> when curl fails, it won't fail on the first?
+1, sounds reasonable.
Kind regards,
Petr
> Ben
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2025-12-15 16:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-15 14:22 [LTP] [PATCH] ci: fix patch download when using curl Andrea Cervesato
2025-12-15 15:55 ` Petr Vorel
2025-12-15 16:04 ` Ben Copeland
2025-12-15 16:14 ` Andrea Cervesato via ltp
2025-12-15 16:14 ` Petr Vorel [this message]
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=20251215161458.GB282302@pevik \
--to=pvorel@suse.cz \
--cc=ben.copeland@linaro.org \
--cc=ltp@lists.linux.it \
/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