From: Tobias Brunner Date: Mon, 20 Mar 2017 09:13:33 +0000 (+0100) Subject: testing: Fix URL for kernel sources X-Git-Tag: 5.5.2rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9063dae2678abae01c4524ee1d3bf46951b750;p=thirdparty%2Fstrongswan.git testing: Fix URL for kernel sources --- diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel index a10fb83d2b..c8f0178ef3 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