public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Dowan Gullient <dowan.gullient@smile.fr>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v1 1/1] support/testing/infra: update artifacts URL to https and .org domain
Date: Sat, 14 Mar 2026 08:54:00 +0100	[thread overview]
Message-ID: <20260314075400.15217-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260306142329.1010724-1-dowan.gullient@smile.fr>

In reply of:
> The artifacts URL has been moved to https and domain to .org to
> improve security and avoid redirection issues. This ensures that
> downloads of kernels and rootfs images during runtime tests are
> encrypted and verified.
> 
> The change has been tested by running a runtime test, confirming the
> correct download and renaming of artifacts from the new URL:
> 
>     Downloading to .../tmpyotq8uor
>     Renaming from .../tmpyotq8uor to .../kernel-versatile-5.10.202
> 
> Signed-off-by: Dowan Gullient <dowan.gullient@smile.fr>

Applied to 2025.02.x, 2025.11.x & 2026.02.x. Thanks

> ---
>  support/testing/infra/__init__.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/support/testing/infra/__init__.py b/support/testing/infra/__init__.py
> index be61d8cc4f..98215e02ab 100644
> --- a/support/testing/infra/__init__.py
> +++ b/support/testing/infra/__init__.py
> @@ -6,7 +6,7 @@ import subprocess
>  from urllib.request import urlopen
>  from urllib.error import HTTPError, URLError
>  
> -ARTIFACTS_URL = "http://autobuild.buildroot.net/artefacts/"
> +ARTIFACTS_URL = "https://autobuild.buildroot.org/artefacts/"
>  BASE_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), "../../.."))
>  
>  
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2026-03-14  7:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-06 14:23 [Buildroot] [PATCH v1 1/1] support/testing/infra: update artifacts URL to https and .org domain Dowan Gullient via buildroot
2026-03-06 18:19 ` Julien Olivain via buildroot
2026-03-14  7:54 ` Thomas Perale via buildroot [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=20260314075400.15217-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=dowan.gullient@smile.fr \
    --cc=thomas.perale@mind.be \
    /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