From: Tobias Brunner Date: Wed, 21 Nov 2018 13:22:47 +0000 (+0100) Subject: testing: Switch to Debian stretch base images X-Git-Tag: 5.7.2dr4~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48afa6b7833cb8fb8785615d1899f447bdab2ee4;p=thirdparty%2Fstrongswan.git testing: Switch to Debian stretch base images --- diff --git a/testing/testing.conf b/testing/testing.conf index 633fd3d6bd..c6cb789033 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -49,7 +49,7 @@ fi # Base image settings # The base image is a pristine OS installation created using debootstrap. : ${BASEIMGSIZE=1600} -: ${BASEIMGSUITE=jessie} +: ${BASEIMGSUITE=stretch} : ${BASEIMGARCH=amd64} : ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT} : ${BASEIMGMIRROR=http://http.debian.net/debian}