Keyword expansion (Re: remaining bits of local hacks from FreeBSD-CURRENT)

YONETANI Tomokazu qhwt+dragonfly-kernel at les.ath.cx
Sat Jan 31 19:16:22 PST 2004


On Tue, Jan 27, 2004 at 01:10:19PM +0100, Jeroen Ruigrok/asmodai wrote:
> Tag expansion for example is now using a more generic feature.  I'd
> rather not add those kind of hacks back in since it is officially
> supported now.  Should be easy for the appropriate teams to adjust their
> CVSROOT/options file.

Will someone with commit bit please checkin the following change to
our CVSROOT/config unless we're going to put back the FreeBSD-hack
to accept what's in CVSROOT/options. Our tag expansion is currently
broken, and it would confuse other people or mergemaster.
Thanks.

Index: config
===================================================================
RCS file: /home/source/dragonfly/cvs/CVSROOT/config,v
retrieving revision 1.1
diff -u -r1.1 config
--- config	17 Jun 2003 02:39:21 -0000	1.1
+++ config	1 Feb 2004 03:07:00 -0000
@@ -1,3 +1,5 @@
+# $DragonFly$
+
 # Set this to "no" if pserver shouldn't check system users/passwords
 #SystemAuth=no
 
@@ -19,3 +21,7 @@
 # repositories.  Set it to `never' (the previous CVS behavior) to prevent
 # verifymsg scripts from changing the log message.
 #RereadLogAfterVerify=always
+
+# Replacement for FreeBSD-hack options tag, tagexpand
+LocalKeyword=DragonFly=CVSHeader
+KeywordExpand=iDragonFly





More information about the Kernel mailing list