aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-07-30 04:06:05 +0800
committerkris <kris@FreeBSD.org>2007-07-30 04:06:05 +0800
commitde46519410769d73c74f150d72aca3f060910bf4 (patch)
treeaf6ae1040ccf6f9a7b6c8de24362137ec74127ce /Tools
parenta32bc8d42c0b75cf90fd9f4c631d7ae6c5769648 (diff)
downloadfreebsd-ports-gnome-de46519410769d73c74f150d72aca3f060910bf4.tar.gz
freebsd-ports-gnome-de46519410769d73c74f150d72aca3f060910bf4.tar.zst
freebsd-ports-gnome-de46519410769d73c74f150d72aca3f060910bf4.zip
Refresh old sample portbuild.conf with the one currently used for i386
builds. Probably this should be better documented and commented ;)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/portbuild/portbuild.conf21
1 files changed, 16 insertions, 5 deletions
diff --git a/Tools/portbuild/portbuild.conf b/Tools/portbuild/portbuild.conf
index 75fbf9135999..0aef575420ee 100644
--- a/Tools/portbuild/portbuild.conf
+++ b/Tools/portbuild/portbuild.conf
@@ -4,14 +4,25 @@
arch=i386
domain=FreeBSD.org
-ftpsite=ftp.$domain
+ftpsite=ftp-master.$domain
distfiledir=w/ports/distfiles
packagedir=w/ports/${arch}/tmp
-master=bento
+master=pointyhat.freebsd.org
pb=/var/portbuild
-user=asami
-mailto=$user@$domain
-scratchdir=/x/tmp
+user=ports-${arch}
+client_user=root
+mailto=kris@FreeBSD.org,linimon@FreeBSD.org,pav@FreeBSD.org
+scratchpart=/x
+scratchdir=${scratchpart}/tmp
+branches="5 6 7 5-exp 6-exp 6-exp2 7-exp"
+squid_dir=${scratchpart}/squid
+maxjobs=3
+sudo_cmd=
+use_md_swap=0
+md_size=11g
+use_jail=1
+#ccache_dir=dumpster:/vol/vol3/ccache
+#ccache_dir_nfs=1
#
# add your own variables down here to avoid CVS merge conflicts