public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: cip-dev <cip-dev@lists.cip-project.org>
Subject: [isar-cip-core][PATCH] scripts: update-linux-cip: Switch to fresher mirrors.kernel.org
Date: Mon, 16 Mar 2026 12:19:28 +0100	[thread overview]
Message-ID: <4ef4e7cd-a3ff-4ab7-9adf-5f23486fccd0@siemens.com> (raw)

From: Jan Kiszka <jan.kiszka@siemens.com>

The old URL shares for too long stale versions.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 scripts/update-linux-cip.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update-linux-cip.sh b/scripts/update-linux-cip.sh
index 5fbfa578..628bc4c8 100755
--- a/scripts/update-linux-cip.sh
+++ b/scripts/update-linux-cip.sh
@@ -4,7 +4,7 @@ pushd "${REPO_ROOT}"/recipes-kernel/linux >/dev/null || exit 1
 
 for MAJOR_VERSION in 4.4 4.19 5.10 6.1 6.12; do
 	rm -f sha256sums.asc
-	wget -q https://cdn.kernel.org/pub/linux/kernel/projects/cip/${MAJOR_VERSION}/sha256sums.asc
+	wget -q https://mirrors.kernel.org/pub/linux/kernel/projects/cip/${MAJOR_VERSION}/sha256sums.asc
 	if ! gpg --verify sha256sums.asc 2>/dev/null; then
 		echo "sha256sums.asc for ${MAJOR_VERSION} invalid!"
 		exit 1
-- 
2.47.3


                 reply	other threads:[~2026-03-16 11:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4ef4e7cd-a3ff-4ab7-9adf-5f23486fccd0@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox