public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] support/testing/infra: update artifacts URL to https and .org domain
@ 2026-03-06 14:23 Dowan Gullient via buildroot
  2026-03-06 18:19 ` Julien Olivain via buildroot
  2026-03-14  7:54 ` Thomas Perale via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Dowan Gullient via buildroot @ 2026-03-06 14:23 UTC (permalink / raw)
  To: buildroot; +Cc: Dowan Gullient

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] support/testing/infra: update artifacts URL to https and .org domain
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-03-06 18:19 UTC (permalink / raw)
  To: Dowan Gullient; +Cc: buildroot

On 06/03/2026 15:23, Dowan Gullient via buildroot wrote:
> 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 master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] support/testing/infra: update artifacts URL to https and .org domain
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-03-14  7:54 UTC (permalink / raw)
  To: Dowan Gullient; +Cc: Thomas Perale, buildroot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-14  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox