From 6bf890f5bcafd9747509efe1122a6132a064a53e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 25 Jul 2026 12:14:27 +0300 Subject: Set up poudriere custom repo --- roles/host/templates/usr_local_etc_poudriere.conf.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/host/templates/usr_local_etc_poudriere.conf.j2 (limited to 'roles/host/templates/usr_local_etc_poudriere.conf.j2') diff --git a/roles/host/templates/usr_local_etc_poudriere.conf.j2 b/roles/host/templates/usr_local_etc_poudriere.conf.j2 new file mode 100644 index 0000000..965ca3a --- /dev/null +++ b/roles/host/templates/usr_local_etc_poudriere.conf.j2 @@ -0,0 +1,13 @@ +ZPOOL=zroot +ZROOTFS=/poudriere +FREEBSD_HOST=https://download.FreeBSD.org +RESOLV_CONF=/etc/resolv.conf +BASEFS=/usr/local/poudriere +DISTFILES_CACHE=/usr/local/poudriere/distfiles +USE_PORTLINT=no +USE_TMPFS=yes +NOLINUX=yes +ALLOW_MAKE_JOBS=yes +MAKE_JOBS_NUMBER={{ ansible_processor_count | default(4) }} +PACKAGE_FETCH_BRANCH=quarterly +PACKAGE_FETCH_URL=pkg+https://pkg.FreeBSD.org/{{ pkg_abi }} -- cgit v1.3