diff options
Diffstat (limited to 'testing/testing.conf')
-rw-r--r-- | testing/testing.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 8e0c81e53..f5e65b2d8 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=3.13.2} +: ${KERNELVERSION=3.15.1} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} -: ${KERNELCONFIG=$DIR/../config/kernel/config-3.13} -: ${KERNELPATCH=ha-3.13-abicompat.patch.bz2} +: ${KERNELCONFIG=$DIR/../config/kernel/config-3.15} +: ${KERNELPATCH=ha-3.15-ah-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.1.2} +: ${SWANVERSION=5.2.0} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build} @@ -50,11 +50,11 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. -: ${BASEIMGSIZE=1280} +: ${BASEIMGSIZE=1400} : ${BASEIMGSUITE=wheezy} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} -: ${BASEIMGMIRROR=http://cdn.debian.net/debian} +: ${BASEIMGMIRROR=http://http.debian.net/debian} # Root image settings # The root image is the origin of all guest images. It is a clone of the base |