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:
10b5e8b
)
testing: Fix kernel download URL for kernel versions != 4.x
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 19 May 2015 14:59:35 +0000
(16:59 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 19 May 2015 15:00:06 +0000
(17:00 +0200)
testing/scripts/build-guestkernel
patch
|
blob
|
history
diff --git
a/testing/scripts/build-guestkernel
b/testing/scripts/build-guestkernel
index
b408d73
..
17f22bd
100755
(executable)
--- 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
4
.x/$KERNELTARBALL
+ url=ftp://ftp.kernel.org/pub/linux/kernel/v
${KERNELVERSION:0:1}
.x/$KERNELTARBALL
log_action "Downloading $url"
execute "wget -q $url"
fi