aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-03-07 10:41:12 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-03-07 10:41:12 -0500
commit71e570c5f090b5740e323f98504bf38592785b49 (patch)
treeae4227e927302229e3bcee984656259366649df9
parent8c4f061d3fc1bda4b1b934b1fe10e6e36203a1e2 (diff)
downloadkorg-helpers-71e570c5f090b5740e323f98504bf38592785b49.tar.gz
Don't use CDN for checksums file
Some users are running against stale cache problems with the checksums file, so grab it directly from the origin servers instead. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xget-verified-tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-verified-tarball b/get-verified-tarball
index 41dd827..319cf01 100755
--- a/get-verified-tarball
+++ b/get-verified-tarball
@@ -146,7 +146,7 @@ ${GPGBIN} --batch \
# Now that we know we can verify them, grab the contents
TXZ="https://cdn.kernel.org/pub/linux/kernel/v${MAJOR}.x/linux-${VER}.tar.xz"
SIG="https://cdn.kernel.org/pub/linux/kernel/v${MAJOR}.x/linux-${VER}.tar.sign"
-SHA="https://cdn.kernel.org/pub/linux/kernel/v${MAJOR}.x/sha256sums.asc"
+SHA="https://www.kernel.org/pub/linux/kernel/v${MAJOR}.x/sha256sums.asc"
# Before we verify the developer signature, we make sure that the
# tarball matches what is on the kernel.org master. This avoids