From 126974492490e1ce3ea31ec7e5f5b6f2a299ab68 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 25 Jun 2014 11:50:40 +0000 Subject: [PATCH] nightly build: Use http instead of ftp for downloading kernel source code git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5624 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/kernel-functions | 2 +- scripts/run-regression-tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kernel-functions b/scripts/kernel-functions index 58751563f..a72230dc7 100644 --- a/scripts/kernel-functions +++ b/scripts/kernel-functions @@ -2,7 +2,7 @@ # Shell functions for parsing the Linux kernel version and for downloading # from kernel.org. -kernel_mirror="ftp://ftp.kernel.org/pub/linux/kernel" +kernel_mirror="http://ftp.kernel.org/pub/linux/kernel" kernel_longterm="http://www.kernel.org/pub/linux/kernel" kernel_sources="$HOME/software/downloads" diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index bae2ad0a5..65105cf9d 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -492,7 +492,7 @@ fi # Where to store persistenly downloaded kernel tarballs and kernel patches. kernel_sources="$HOME/software/downloads" # URL for downloading kernel tarballs and kernel patches. -kernel_mirror="ftp://ftp.kernel.org/pub/linux/kernel" +kernel_mirror="http://ftp.kernel.org/pub/linux/kernel" kernel_longterm="http://www.kernel.org/pub/linux/kernel" kernel_versions="" # Directory in which the regression test output files will be stored. Must be