summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-03-16 13:55:51 +0000
committerhubertf <hubertf@pkgsrc.org>2004-03-16 13:55:51 +0000
commit51c65d98913fe0d4586a6d6c963c597a2b7e00a4 (patch)
treefef33409341a9f90abf05ceef4ee31cc59a5991c /mk/bulk/build.conf-example
parent9d696352888adedf566a755d9c425518dc36f615 (diff)
downloadpkgsrc-51c65d98913fe0d4586a6d6c963c597a2b7e00a4.tar.gz
Enforce vulnerability list being installed & correct & upto-date
before trying to upload anything.
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index c75a5aea220..113c8f2279b 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.17 2004/02/25 09:20:59 grant Exp $
+# $NetBSD: build.conf-example,v 1.18 2004/03/16 13:55:51 hubertf Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -46,6 +46,10 @@ PRUNEDISTFILES=no
# Uploading binary packages:
+# Update vulnerability database before uploading.
+# can be set to 'yes' or 'no'.
+UPDATE_VULNERABILITY_LIST=yes
+
# destination for packages with the OSVERSION_SPECIFIC flag set. Needs major.minor.patch
# version.
RSYNC_DST_SPECIFIC=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/x.y.z/arch