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:
authorMathieu Launay <mathieu@breatheless.net>2011-06-01 13:10:14 +0400
committerMathieu Launay <mathieu@breatheless.net>2011-06-01 13:10:14 +0400
commit42467d0ec6feb177d1d472e9bb419afae7dd00c4 (patch)
treeccd4528d12bafdf9d68fa9b332a722c6036643b4 /conf
parenta18b4c0fe9be360a6a18a8246d7331d0f0832350 (diff)
Implement separated portstree feature.
* We do not want to pollute our basesystem or our own portstree with poudriere's portstree: install it into /usr/local/poudriere.
Diffstat (limited to 'conf')
-rw-r--r--conf/poudriere.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/poudriere.conf.sample b/conf/poudriere.conf.sample
index fc7af493..e08ca359 100644
--- a/conf/poudriere.conf.sample
+++ b/conf/poudriere.conf.sample
@@ -11,7 +11,7 @@ IP=192.168.1.58
ETH=nfe0
# The ports directory to use within jails (mounted via nullfs)
-PORTSDIR=/usr/ports
+PORTSDIR=/usr/local/poudriere/ports
# the directory where the jail will store the packages and logs
POUDRIERE_DATA=/usr/local/poudriere_data