From 287a9064264ed5b6a5c1e946ee1662e97293ede6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 9 Oct 2019 14:20:09 +0800 Subject: [PATCH] [WIP] Prepare for 11.3 jails builds I am going to flip later tonight plugin branch master and 11.3 branch to 11.3 jails, question for the builder do i need to change there anything else? --- scripts/run-poudriere.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-poudriere.sh b/scripts/run-poudriere.sh index 9827e36..31b9041 100755 --- a/scripts/run-poudriere.sh +++ b/scripts/run-poudriere.sh @@ -6,7 +6,7 @@ ZROOT="/usr/local/poudriere" POUDCONFDIR="/usr/local/etc" PORTS_GIT_URL="https://github.com/freenas/iocage-ports.git" PORTS_GIT_BRANCH="master" -JAILVER="11.2-RELEASE" +JAILVER="11.3-RELEASE" PPKGDIR="${ZROOT}/data/packages/${PJAILNAME}-${PPORTS}" PPORTSDIR="${ZROOT}/ports/${PPORTS}"