Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-17 11:05:05 +0300
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-17 11:05:05 +0300
commit34d41d8eebfccdfea3eb6113da2ae9e2c8512fae (patch)
treec676cd03219de9c60bc8282f004f39e12be9e4d9 /test
parent4f39d090f67306407ccb9abe3cedf0133f073870 (diff)
Bump the version of the jail to a supported one
Diffstat (limited to 'test')
-rw-r--r--test/common.bulk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/common.bulk.sh b/test/common.bulk.sh
index 2c87150f..e6b21d64 100644
--- a/test/common.bulk.sh
+++ b/test/common.bulk.sh
@@ -373,8 +373,8 @@ fi
: ${BUILDNAME:=${0%.sh}}
POUDRIERE="${POUDRIEREPATH} -e /usr/local/etc"
ARCH=$(uname -p)
-JAILNAME="poudriere-10${ARCH}"
-JAIL_VERSION="10.3-RELEASE"
+JAILNAME="poudriere-11${ARCH}"
+JAIL_VERSION="11.2-RELEASE"
JAILMNT=$(${POUDRIERE} api "jget ${JAILNAME} mnt" || echo)
export UNAME_r=$(freebsd-version)
export UNAME_v="FreeBSD $(freebsd-version)"