summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn>2007-08-05 09:37:19 +0000
committertnn <tnn>2007-08-05 09:37:19 +0000
commite36c4bd38d89a6f10a785e4ea9e7bebe4f7d5850 (patch)
tree23763e7ea8d28696e572b4951f196b74b0761222 /pkgtools
parentf400e7a2bf0f92777498929270395c7af8868506 (diff)
downloadpkgsrc-e36c4bd38d89a6f10a785e4ea9e7bebe4f7d5850.tar.gz
Add some useful comments.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pbulk/files/pbulk/pbulk.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgtools/pbulk/files/pbulk/pbulk.conf b/pkgtools/pbulk/files/pbulk/pbulk.conf
index d0ceb30da29..ad584298ec6 100644
--- a/pkgtools/pbulk/files/pbulk/pbulk.conf
+++ b/pkgtools/pbulk/files/pbulk/pbulk.conf
@@ -1,6 +1,7 @@
-# $NetBSD: pbulk.conf,v 1.4 2007/07/16 20:35:04 joerg Exp $
+# $NetBSD: pbulk.conf,v 1.5 2007/08/05 09:37:19 tnn Exp $
base_url=http://www.pkgsrc-box.org/reports/current/DragonFly-1.8
+# On a single-processor, non-distributed build, you may want to say "no" here.
master_mode=yes
master_ip=192.168.75.10
@@ -17,6 +18,9 @@ report_rsync_target="pkgsrc@192.168.75.1:/public/reports/current/DragonFly-1.8"
report_subject_prefix="pkgsrc"
report_recipient="pkgsrc-bulk@netbsd.org"
bootstrapkit=/usr/pkgsrc/bootstrap/bootstrap.tar.gz
+# Optionally build a subset of the available packages and their dependencies.
+# The file is a newline separated list of package locations (e.g. lang/perl5).
+#limited_list=/limited_list
report_graph_script_limit=512
@@ -42,6 +46,8 @@ bzip2=@BZIP2@
digest=@DIGEST@
gzip="@GZIP_CMD@"
ident=@IDENT@
+# On non-NetBSD, this should usually point at the bmake in ${prefix}, not the
+# make used to build pbulk itself.
make=@MAKE@
mail=@MAIL_CMD@
rsync=@PREFIX@/bin/rsync