Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-03 21:20:19 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-03 21:20:19 +0400
commitb2a62e1caf71fc489001e6e895795b813706f5e4 (patch)
treeda322359dd92659817b614344f254d7ac260e1ae /conf
parent58e1bbbd31fc48539f47ea2fc972dc373d8d3393 (diff)
Update poudriere.conf.sample to show more options
Diffstat (limited to 'conf')
-rw-r--r--conf/poudriere.conf.sample17
1 files changed, 15 insertions, 2 deletions
diff --git a/conf/poudriere.conf.sample b/conf/poudriere.conf.sample
index 027248b7..76cdec53 100644
--- a/conf/poudriere.conf.sample
+++ b/conf/poudriere.conf.sample
@@ -24,8 +24,11 @@ BASEFS=/usr/local/poudriere
# Use portlint to check ports sanity
USE_PORTLINT=no
-# If set WORKDIRPREFIX will be mdmfs of the given size (mM or gG)
-MFSSIZE=1024m
+# 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
@@ -34,3 +37,13 @@ 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
+
+# Path to the resolv.conf to be used in the jails, the file will be copied from
+# the host to the jail
+RESOLV_CONF=/etc/resolv.conf
+
+# if set the ports tree will be synced using csup instead of portsnap using the
+# given cvsup mirror.
+CSUP_HOST=cvsup._CHANGE_THIS_.freebsd.org
+
+