summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-19 20:58:00 +0000
committertv <tv@pkgsrc.org>2005-01-19 20:58:00 +0000
commit5b254ab9a70d643d2b78890fcdecf2eccaf4978f (patch)
treefc22ff3e8c131365552030275038f577d133ebf1 /mk/bulk/build.conf-example
parent6f501ea2d1c66940d6f1c383c04cfbe8065f5ea9 (diff)
downloadpkgsrc-5b254ab9a70d643d2b78890fcdecf2eccaf4978f.tar.gz
* Add USE_BULK_TIMESTAMPS (default "yes") to control whether dependency
binpkg timestamps, and ${PKGDIR} file timestamps, will be used to determine if a rebuild is necessary. If changed to "no", then rebuilds will only happen when PKGNAME actually changes. * Add LINTPKGSRC_DB (and companion USE_LINTPKGSRC_CACHE, default "no") to make pre-build generate a reusable database with "lintpkgsrc -E"; helps with nfs-mounted pkgsrc. A future change will allow use of this in the upload script. * Add entry for PRUNEPACKAGES in build.conf-example (this was missing).
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example12
1 files changed, 10 insertions, 2 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index 4a25b9595f4..ddf0bfb6140 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.22 2004/08/12 22:18:07 sketch Exp $
+# $NetBSD: build.conf-example,v 1.23 2005/01/19 20:58:01 tv Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -12,7 +12,7 @@
FTPx=`date +%Y%m%d.%H%M`
FTPURL="pub/NetBSD/pkgstat/${FTPx}" # relative to ~ftp !
FTP="/home/ftp/${FTPURL}" # absolute base path
-FTPHOST="ftp://ftp.machi.ne" # host for broken.html
+FTPHOST="ftp://ftp.machi.ne" # host for broken.html
# Where build will mail the report
ADMIN="you@some.whe.re"
@@ -40,6 +40,14 @@ CVS_USER="yourlogin"
# can be set to 'yes' or 'no'.
PRUNEDISTFILES=no
+# prune binary packages to remove those which are out of date
+# can be set to 'yes' or 'no'.
+PRUNEPACKAGES=yes
+
+# whether to cache the lintpkgsrc database for PRUNE* or uploading
+# can be set to 'yes' or 'no'.
+LINTPKGSRC_CACHE=no
+
# Proxies (optional):
#ftp_proxy=http://proxy.machi.ne:3128/
#http_proxy=http://proxy.machi.ne:3128/