]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Fix URL for kernel sources
authorTobias Brunner <tobias@strongswan.org>
Mon, 20 Mar 2017 09:13:33 +0000 (10:13 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 20 Mar 2017 09:13:33 +0000 (10:13 +0100)
testing/scripts/build-guestkernel

index a10fb83d2bfe28d7aafe2fc5c4fcad70fb13674c..c8f0178ef3859336adb2a3a2c5da8383c19c20a1 100755 (executable)
@@ -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