summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-20 12:44:30 +0000
committerwiz <wiz>2002-08-20 12:44:30 +0000
commit66d1d3dd88799be47e186ac22089fdb7da6f642b (patch)
treeb3677ec9991ec238a28157922158af2c0b0020f9
parentce311340239e11099f1f1c9aa11afbc709b5356d (diff)
downloadpkgsrc-66d1d3dd88799be47e186ac22089fdb7da6f642b.tar.gz
Pull up 1.12, requested by hubertf:
Add CVS_FLAGS that will be passed to 'cvs update' before builds. Allows specifying a branch ("-rnetbsd-1-6") or the trunk ("-A") easily from the build.conf file.
-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 c6119359139..fd845e4d55b 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.11 2002/08/07 10:56:12 agc Exp $
+# $NetBSD: build.conf-example,v 1.11.4.1 2002/08/20 12:44:30 wiz Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -29,6 +29,10 @@ USR_PKGSRC="/usr/pkgsrc"
# As which user to run "cvs updates". Leave empty for no update.
CVS_USER="yourlogin"
+# Flags to pass to 'cvs update', e.g. to get a certain branch
+#CVS_FLAGS="-rnetbsd-1-6"
+#CVS_FLAGS="-A"
+
# prune distfiles to remove those which are out of date
# can be set to 'yes' or 'no'.
PRUNEDISTFILES=no