aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-03-20 10:13:33 +0100
committerTobias Brunner <tobias@strongswan.org>2017-03-20 10:13:33 +0100
commitac9063dae2678abae01c4524ee1d3bf46951b750 (patch)
tree3911396748a8962ba31ae12313898ad2a158ab0f /testing
parent11c40012a3baaaae5ac214f19834d65ec85129c0 (diff)
downloadstrongswan-ac9063dae2678abae01c4524ee1d3bf46951b750.tar.bz2
strongswan-ac9063dae2678abae01c4524ee1d3bf46951b750.tar.xz
testing: Fix URL for kernel sources
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/build-guestkernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel
index a10fb83d2..c8f0178ef 100755
--- a/testing/scripts/build-guestkernel
+++ b/testing/scripts/build-guestkernel
@@ -14,7 +14,7 @@ cd $BUILDDIR
if [ ! -f "$KERNELTARBALL" ]
then
- url=ftp://ftp.kernel.org/pub/linux/kernel/v${KERNELVERSION:0:1}.x/$KERNELTARBALL
+ url=https://cdn.kernel.org/pub/linux/kernel/v${KERNELVERSION:0:1}.x/$KERNELTARBALL
log_action "Downloading $url"
execute "wget -q $url"
fi