--- poudriere.conf.sample 2016-01-01 21:32:16.907041000 +0100 +++ poudriere.conf 2015-08-01 17:54:13.848501000 +0200 @@ -9,14 +9,14 @@ # You need at least 7GB of free space in this pool to have a working # poudriere. # -#ZPOOL=tank +ZPOOL=pou ### NO ZFS # To not use ZFS, define NO_ZFS=yes #NO_ZFS=yes # root of the poudriere zfs filesystem, by default /poudriere -# ZROOTFS=/poudriere +ZROOTFS=/pou # the host where to download sets for the jails setup # You can specify here a host or an IP @@ -26,7 +26,7 @@ # # Also note that every protocols supported by fetch(1) are supported here, even # file:/// -FREEBSD_HOST=_PROTO_://_CHANGE_THIS_ +FREEBSD_HOST=ftp://ftp-stud.hs-esslingen.de # By default the jails have no /etc/resolv.conf, you will need to set # RESOLV_CONF to a file on your hosts system that will be copied has @@ -35,7 +35,7 @@ RESOLV_CONF=/etc/resolv.conf # The directory where poudriere will store jails and ports -BASEFS=/usr/local/poudriere +BASEFS=/pou # The directory where the jail will store the packages and logs # by default a zfs filesystem will be created and set to @@ -48,8 +48,8 @@ # 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 slower since it -# uses UFS and several abstraction layers. +# 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 @@ -62,7 +62,7 @@ # all - Run the entire build in memory, including builder jails. # yes - Only enables tmpfs(5) for wrkdir # EXAMPLE: USE_TMPFS="wrkdir data" -USE_TMPFS=yes +USE_TMPFS=all # How much memory to limit tmpfs size to for *each builder* in GiB # (default: none) @@ -74,15 +74,18 @@ # If set the given directory will be used for the distfiles # This allows to share the distfiles between jails and ports tree -# If this is "no", poudriere must be supplied a ports tree that already has -# the required distfiles. DISTFILES_CACHE=/usr/ports/distfiles +# If set the ports or source tree marked to use csup method will use the defined mirror +# Note: csup is deprecated. Use svn instead. +#CSUP_HOST=cvsup._CHANGE_THIS_.freebsd.org + # If set the ports tree or source tree marked to use svn will use the defined -# mirror (default: svn.FreeBSD.org) +# mirror (default: svn0.us-west.FreeBSD.org) # The full mirror list is available here: # http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/svn.html#svn-mirrors -#SVN_HOST=svn.FreeBSD.org +SVN_HOST=svn.FreeBSD.org # Automatic OPTION change detection # When bulk building packages, compare the options from kept packages to