image: update to FreeBSD-14.1
authorKristof Provost <kp@FreeBSD.org>
Sun, 16 Jun 2024 18:26:56 +0000 (20:26 +0200)
committerKristof Provost <kp@FreeBSD.org>
Sun, 16 Jun 2024 18:26:56 +0000 (20:26 +0200)
Also we no longer need to set python to 3.11, that's now default.

image/build.sh

index 424d535..2afb7ac 100755 (executable)
@@ -2,12 +2,10 @@
 
 set -e
 
-JAIL=14_0-amd64
+JAIL=14_1-amd64
 PORTS=freebsd
 PACKAGES=packagelist
 
-cp make.conf /usr/local/etc/poudriere.d/${JAIL}-make.conf
-
 poudriere bulk \
        -j $JAIL -p $PORTS -f $PACKAGES