aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-12-08 15:22:15 +0100
committerTobias Brunner <tobias@strongswan.org>2016-06-16 14:01:47 +0200
commitf565f954a76d395b378d2c82d75f8636a4978a5a (patch)
tree61fc3e438b5e44a1550bce30038d259ccf0494ab /testing/testing.conf
parent257e5db0d0c8ec3c1afb4836cfbe465dc9041c92 (diff)
downloadstrongswan-f565f954a76d395b378d2c82d75f8636a4978a5a.tar.bz2
strongswan-f565f954a76d395b378d2c82d75f8636a4978a5a.tar.xz
testing: Install packages like the FIPS-enabled OpenSSL from a custom apt repo
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index b23cd50ee..0abebe7a9 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -53,6 +53,9 @@ fi
: ${BASEIMGARCH=amd64}
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}
: ${BASEIMGMIRROR=http://http.debian.net/debian}
+: ${BASEIMGEXTREPOHOST=download.strongswan.org}
+: ${BASEIMGEXTKEY=https://$BASEIMGEXTREPOHOST/testing/repos/strongswan-testing.gpg.key}
+: ${BASEIMGEXTREPO=https://$BASEIMGEXTREPOHOST/testing/repos/apt/debian}
# Directory shared between host and guests
: ${SHAREDDIR=$BUILDDIR/shared/$BASEIMGSUITE}