# The pool where poudriere will create all the filesystems it needs # poudriere will use tank/poudriere as its root # # You need at least 7GB of free space in this pool to have a working # poudriere. ZPOOL=tank # The ftp host where to download base sets and ssys set for the jails # You can specify here a hostname or an IP # replace _CHANGE_THIS_ by your 2-letter country-code. # This is deprecated and remains for compatibility FTPHOST=ftp.de.freebsd.org # the host where to download sets for the jails setup # You can specify here a host or an IP # replace _PROTO_ by http or ftp # replace _CHANGE_THIS_ by the hostname of the mirrors where you want to fetch # by default: ftp://ftp.freebsd.org # # Also not that every protocols supported by fetch(1) are supported here, even # file:/// FREEBSD_HOST=http://ftp.de.freebsd.org #FREEBSD_HOST=http://ftp-archive.freebsd.org # By default the jails have no /etc/resolv.conf, you will need to set # REVOLV_CONF to a file on your hosts system that will be copied has # /etc/resolv.conf for the jail, except if you don't need it (using an http # proxy for example) RESOLV_CONF=/etc/resolv.conf # The directory where the jail will store the packages and logs POUDRIERE_DATA=/usr/local/www/poudriere # The directory where poudriere will store jails and ports BASEFS=/usr/local/poudriere # Use portlint to check ports sanity USE_PORTLINT=no # When building packages, a memory device can be used to speedup the build. # Only one of MFSSIZE or USE_TMPFS is supported. TMPFS is generally faster # and will expand to the needed amount of RAM. MFS is a bit slower, but is # more mature and can have its memory usage capped. # If set WRKDIRPREFIX will be mdmfs of the given size (mM or gG) #MFSSIZE=4G # If set WRKDIRPREFIX will be using tmpfs USE_TMPFS=yes # If set the given directory will be used for the distfiles this allow the share # the distfiles between jails and ports tree #DISTFILES_CACHE=/usr/ports/distfiles # Directory used to store "poudriere cron" files. Do not forget to set # it sticky and give a+rwx. CRONDIR=${BASEFS}/cron # if set the ports tree will be synced using csup instead of portsnap using the # given cvsup mirror. CSUP_HOST=cvsup.de.freebsd.org # Automatic OPTION change detection # Only if using PKGNG, when bulk building packages with -k, compare the options from # kept packages to the current options to be built. If they differ, the existing package # will be deleted and the port will be rebuilt. # Valid options: yes, no, verbose # verbose will display the old and new options #CHECK_CHANGED_OPTIONS=no # Path to the RSA key to sign the PKGNG repo with. See pkg-repo(8) #PKG_REPO_SIGNING_KEY=/etc/ssl/keys/repo.key # ccache support. Supply the path to your ccache cache directory. # It will be mounted into the jail and be shared among all jails. CCACHE_DIR=/var/cache/ccache PARALLEL_BUILD=yes