From: Michael Halstead <mhalstead@linuxfoundation.org>
To: yocto@yoctoproject.org, yocto@lists.yoctoproject.org
Cc: chee.yang.lee@intel.com,
Michael Halstead <mhalstead@linuxfoundation.org>
Subject: [PATCH release-tools 1/2] relnotes.py: use kernel mirrors edge network
Date: Fri, 31 Oct 2025 14:53:28 -0700 [thread overview]
Message-ID: <20251031215329.199723-1-mhalstead@linuxfoundation.org> (raw)
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
next reply other threads:[~2025-10-31 22:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 21:53 Michael Halstead [this message]
2025-10-31 21:53 ` [PATCH release-tools 2/2] relnotes.py: append PGP signing details Michael Halstead
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=20251031215329.199723-1-mhalstead@linuxfoundation.org \
--to=mhalstead@linuxfoundation.org \
--cc=chee.yang.lee@intel.com \
--cc=yocto@lists.yoctoproject.org \
--cc=yocto@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.