pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk Add some useful comments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/236156407811
branches:  trunk
changeset: 531717:236156407811
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 05 09:37:19 2007 +0000

description:
Add some useful comments.

diffstat:

 pkgtools/pbulk/files/pbulk/pbulk.conf |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 97631064a6e1 -r 236156407811 pkgtools/pbulk/files/pbulk/pbulk.conf
--- a/pkgtools/pbulk/files/pbulk/pbulk.conf     Sun Aug 05 09:03:09 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/pbulk.conf     Sun Aug 05 09:37:19 2007 +0000
@@ -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_subject_prefix="pkgsrc"
 report_recipient="pkgsrc-bulk%netbsd.org@localhost"
 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 @@
 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



Home | Main Index | Thread Index | Old Index