summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-01-24 13:08:19 +0000
committerjschauma <jschauma@pkgsrc.org>2005-01-24 13:08:19 +0000
commitd004e03093c10a8eff0350dfc0493160601bfefc (patch)
tree6964ca9c98c9f1c95d6f8b4e56fd5dedc6e7b077 /mk/bulk/build.conf-example
parenta1ccaab5d8cea5818ca3f49f2741c4369632b396 (diff)
downloadpkgsrc-d004e03093c10a8eff0350dfc0493160601bfefc.tar.gz
Add MKSUMS and SIGN_AS (the former defaulting to yes, the latter commented
out).
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index ddf0bfb6140..f17b08ecada 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,5 +1,5 @@
# build.conf
-# $NetBSD: build.conf-example,v 1.23 2005/01/19 20:58:01 tv Exp $
+# $NetBSD: build.conf-example,v 1.24 2005/01/24 13:08:19 jschauma Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -65,6 +65,12 @@ RSYNC_OPTS='-e ssh'
# Nice level for builds
NICE_LEVEL="nice -n 20"
+# Whether or not to create checksum files
+MKSUMS=yes
+
+# If you want to PGP sign the checksum files, set and correct
+#SIGN_AS=username@NetBSD.org
+
###########################################################################
### No changes should be needed below this line !!!
###########################################################################