Version bump to 5.5.1
This commit is contained in:
@@ -27,6 +27,7 @@ log_action "Deploying $SHAREDDIR as hostfs"
|
||||
execute "chown -R $KVMUSER:$KVMGROUP $SHAREDDIR" 0
|
||||
execute "ln -Tfs $SHAREDDIR $HOSTFSTARGET"
|
||||
|
||||
[ -d $TESTRESULTSDIR ] || mkdir $TESTRESULTSDIR
|
||||
log_action "Deploying $TESTRESULTSDIR as hostfs"
|
||||
execute "ln -Tfs $TESTRESULTSDIR $TESTRESTULSTARGET"
|
||||
|
||||
|
||||
@@ -24,14 +24,14 @@ fi
|
||||
: ${TESTDIR=/srv/strongswan-testing}
|
||||
|
||||
# Kernel configuration
|
||||
: ${KERNELVERSION=4.8.2}
|
||||
: ${KERNELVERSION=4.8.3}
|
||||
: ${KERNEL=linux-$KERNELVERSION}
|
||||
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
||||
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.8}
|
||||
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
|
||||
|
||||
# strongSwan version used in tests
|
||||
: ${SWANVERSION=5.5.1rc2}
|
||||
: ${SWANVERSION=5.5.1}
|
||||
|
||||
# Build directory where the guest kernel and images will be built
|
||||
: ${BUILDDIR=$TESTDIR/build}
|
||||
|
||||
Reference in New Issue
Block a user