Version bump to 5.5.1

This commit is contained in:
Andreas Steffen
2016-10-20 12:57:00 +02:00
parent 07bbd2f642
commit e6a4bd83ff
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -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"
+2 -2
View File
@@ -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}