testing: Install packages like the FIPS-enabled OpenSSL from a custom apt repo

This commit is contained in:
Tobias Brunner
2016-06-16 14:01:47 +02:00
parent 257e5db0d0
commit f565f954a7
3 changed files with 28 additions and 14 deletions
+3
View File
@@ -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}