Set up poudriere on mrmanager.

This commit is contained in:
Tom Alexander
2023-05-29 00:13:57 -04:00
parent 354c6b84ab
commit ab0ab17201
18 changed files with 282 additions and 50 deletions

View File

@@ -10,15 +10,16 @@
# poudriere.
#
#ZPOOL=zroot
ZPOOL=zroot
# ZPOOL=zroot
### NO ZFS
# To not use ZFS, define NO_ZFS=yes
#NO_ZFS=yes
NO_ZFS=yes
# root of the poudriere zfs filesystem, by default /poudriere
# ZROOTFS=/poudriere
ZROOTFS=/poudriere
# ZROOTFS=/poudriere
# the host where to download sets for the jails setup
# You can specify here a host or an IP
@@ -196,7 +197,7 @@ PARALLEL_JOBS=1
# If set, failed builds will save the WRKDIR to ${POUDRIERE_DATA}/wrkdirs
# SAVE_WRKDIR=yes
# Choose the default format for the workdir packing: could be tar,tgz,tbz,txz
# Choose the default format for the workdir packing: could be tar,tgz,tbz,txz,tzst
# default is tbz
# WRKDIR_ARCHIVE_FORMAT=tbz
WRKDIR_ARCHIVE_FORMAT=txz