public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [isar-cip-core][PATCH] scripts: update-linux-cip: Switch to fresher mirrors.kernel.org
@ 2026-03-16 11:19 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2026-03-16 11:19 UTC (permalink / raw)
  To: cip-dev

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-16 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 11:19 [isar-cip-core][PATCH] scripts: update-linux-cip: Switch to fresher mirrors.kernel.org Jan Kiszka

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