aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-02-18 10:41:21 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-02-18 10:41:21 -0500
commit8c4f061d3fc1bda4b1b934b1fe10e6e36203a1e2 (patch)
treeafb1c075b3395080136ac2fe270b40dd42c1d3f7
parent19562207018976258eca632e4ec315443b4a0576 (diff)
downloadkorg-helpers-8c4f061d3fc1bda4b1b934b1fe10e6e36203a1e2.tar.gz
Update CDNBUNDLE defaults
Bundle files are now too big to be handled by cdn.kernel.org (Fastly), so use canonical URLs that will redirect to mirrors.edge.kernel.org. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xlinux-bundle-clone6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-bundle-clone b/linux-bundle-clone
index 167ffb7..8f2bcb7 100755
--- a/linux-bundle-clone
+++ b/linux-bundle-clone
@@ -25,9 +25,9 @@ CHECKOUT=${3:-master}
#
# NOTICE: Pick the tree that's likely to have most of the objects you want
# We have mainline, stable, and linux-next bundles for you to choose
-#CDNBUNDLE="https://cdn.kernel.org/pub/scm/.bundles/pub/scm/linux/kernel/git/stable/linux/clone.bundle"
-#CDNBUNDLE="https://cdn.kernel.org/pub/scm/.bundles/pub/scm/linux/kernel/git/next/linux-next/clone.bundle"
-CDNBUNDLE="https://cdn.kernel.org/pub/scm/.bundles/pub/scm/linux/kernel/git/torvalds/linux/clone.bundle"
+#CDNBUNDLE="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/clone.bundle"
+#CDNBUNDLE="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/clone.bundle"
+CDNBUNDLE="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/clone.bundle"
# We'll put the bundle into a safe temp location, but WARNING -- it's a
# 1Gb+ file, so if you have limited space in /tmp, you should consider