pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Add MKSUMS and SIGN_AS (the former defaulting ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/977567081ec0
branches:  trunk
changeset: 488048:977567081ec0
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Jan 24 13:08:19 2005 +0000

description:
Add MKSUMS and SIGN_AS (the former defaulting to yes, the latter commented
out).

diffstat:

 mk/bulk/build.conf-example |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8ee04e41a2db -r 977567081ec0 mk/bulk/build.conf-example
--- a/mk/bulk/build.conf-example        Mon Jan 24 12:48:57 2005 +0000
+++ b/mk/bulk/build.conf-example        Mon Jan 24 13:08:19 2005 +0000
@@ -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 @@
 # 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@localhost
+
 ###########################################################################
 ### No changes should be needed below this line !!!
 ###########################################################################



Home | Main Index | Thread Index | Old Index