strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
11c4001
)
testing: Fix URL for kernel sources
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 20 Mar 2017 09:13:33 +0000
(10:13 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 20 Mar 2017 09:13:33 +0000
(10:13 +0100)
testing/scripts/build-guestkernel
patch
|
blob
|
history
diff --git
a/testing/scripts/build-guestkernel
b/testing/scripts/build-guestkernel
index
a10fb83
..
c8f0178
100755
(executable)
--- a/
testing/scripts/build-guestkernel
+++ b/
testing/scripts/build-guestkernel
@@
-14,7
+14,7
@@
cd $BUILDDIR
if [ ! -f "$KERNELTARBALL" ]
then
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
log_action "Downloading $url"
execute "wget -q $url"
fi