CVSROOT/. loginfo commitinfo

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 28 07:38:52 CST 2006


ChangeSet ID:	30839
CVSROOT:	/opt/cvs-commit
Module name:	CVSROOT
Changes by:	julliard at winehq.org	2006/12/28 07:38:52

Modified files:
	.              : loginfo commitinfo 

Log message:
	Don't bother to log commit info for wine, that info is available from the git repository.

Patch: http://cvs.winehq.org/patch.py?id=30839

Old revision  New revision  Changes     Path
 1.51          1.52          +2 -1       CVSROOT/loginfo
 1.9           1.10          +3 -0       CVSROOT/commitinfo

Index: CVSROOT/loginfo
diff -u -p CVSROOT/loginfo:1.51 CVSROOT/loginfo:1.52
--- CVSROOT/loginfo:1.51	28 Dec 2006 13:38:52 -0000
+++ CVSROOT/loginfo	28 Dec 2006 13:38:52 -0000
@@ -28,7 +28,8 @@
 # Use this for testing
 ^test /usr/bin/perl $CVSROOT/CVSROOT/log_accum -m testing at winehq.org -f $CVSROOT/CVSROOT/commitlog -S -s %p %s
 
-^wine /usr/bin/perl $CVSROOT/CVSROOT/log_accum -f $CVSROOT/CVSROOT/commitlog -S -s %p %s
+# Ignore wine
+^wine cat >/dev/null
 
 # All others go to wine-cvs
 DEFAULT /usr/bin/perl $CVSROOT/CVSROOT/log_accum -m wine-cvs at winehq.org -f $CVSROOT/CVSROOT/commitlog -P winehq -L 200 -p -c -S -s %p %s
Index: CVSROOT/commitinfo
diff -u -p CVSROOT/commitinfo:1.9 CVSROOT/commitinfo:1.10
--- CVSROOT/commitinfo:1.9	28 Dec 2006 13:38:52 -0000
+++ CVSROOT/commitinfo	28 Dec 2006 13:38:52 -0000
@@ -14,5 +14,8 @@
 # If the name "ALL" appears as a regular expression it is always used
 # in addition to the first matching regex or "DEFAULT".
 
+# Ignore wine
+^wine /bin/true %n
+
 DEFAULT		/usr/bin/perl $CVSROOT/CVSROOT/commit_prep -r %r/%p %s
 



More information about the wine-cvs mailing list