Use python-based swidGenerator to generated SWID tags
This commit is contained in:
@@ -24,14 +24,14 @@ fi
|
||||
: ${TESTDIR=/srv/strongswan-testing}
|
||||
|
||||
# Kernel configuration
|
||||
: ${KERNELVERSION=3.13.2}
|
||||
: ${KERNELVERSION=3.13.5}
|
||||
: ${KERNEL=linux-$KERNELVERSION}
|
||||
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
||||
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.13}
|
||||
: ${KERNELPATCH=ha-3.13-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}
|
||||
@@ -54,7 +54,7 @@ fi
|
||||
: ${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
|
||||
|
||||
Reference in New Issue
Block a user