public inbox for yocto@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH release-tools 1/2] relnotes.py: use kernel mirrors edge network
@ 2025-10-31 21:53 Michael Halstead
  2025-10-31 21:53 ` [PATCH release-tools 2/2] relnotes.py: append PGP signing details Michael Halstead
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Halstead @ 2025-10-31 21:53 UTC (permalink / raw)
  To: yocto, yocto; +Cc: chee.yang.lee, Michael Halstead

mirrors.kernel.org always resolves to a single authorative host which
may be quite far from the end user. mirrors.edge.kernel.or resolves to
the mirror nearest the user resulting in a far better download
experience.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 relnotes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/relnotes.py b/relnotes.py
index 94f853f..951226a 100755
--- a/relnotes.py
+++ b/relnotes.py
@@ -141,7 +141,7 @@ if __name__ == '__main__':
     # copied into the release directory. i.e. Just RELEASENOTES, not RELEASENOTES.<release>
     RELEASE_NOTES = ".".join(["RELEASENOTES", RELEASE])
     DL_BASE_URL = "https://downloads.yoctoproject.org/releases/yocto"
-    MIRROR_BASE_URL = "https://mirrors.kernel.org/yocto/yocto"
+    MIRROR_BASE_URL = "https://mirrors.edge.kernel.org/yocto/yocto"
     HOME = os.getcwd()
     POKY_REPO = os.path.join(HOME, "poky")
     outpath = os.path.join(HOME, RELEASE_NOTES)
-- 
2.51.1



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

end of thread, other threads:[~2025-10-31 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 21:53 [PATCH release-tools 1/2] relnotes.py: use kernel mirrors edge network Michael Halstead
2025-10-31 21:53 ` [PATCH release-tools 2/2] relnotes.py: append PGP signing details Michael Halstead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox