aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-06-08 10:02:54 +0800
committerpeter <peter@FreeBSD.org>1997-06-08 10:02:54 +0800
commite5704cede3e2045ff7979772eca000d71c047e22 (patch)
treea1f1d5d7bfc0266f7fd41720edfbeebf913af862 /CVSROOT
parent8c2bc1f78ce39907577925e065cc6f05475be1bc (diff)
downloadfreebsd-ports-gnome-e5704cede3e2045ff7979772eca000d71c047e22.tar.gz
freebsd-ports-gnome-e5704cede3e2045ff7979772eca000d71c047e22.tar.zst
freebsd-ports-gnome-e5704cede3e2045ff7979772eca000d71c047e22.zip
I think these two went missing too..
Diffstat (limited to 'CVSROOT')
-rw-r--r--CVSROOT/notify15
-rw-r--r--CVSROOT/verifymsg24
2 files changed, 39 insertions, 0 deletions
diff --git a/CVSROOT/notify b/CVSROOT/notify
new file mode 100644
index 000000000000..d724c696bf50
--- /dev/null
+++ b/CVSROOT/notify
@@ -0,0 +1,15 @@
+#
+# $Id$
+#
+# The "notify" file controls where notifications from watches set by
+# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# "ALL" or "DEFAULT" can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s "CVS notification"
diff --git a/CVSROOT/verifymsg b/CVSROOT/verifymsg
new file mode 100644
index 000000000000..8f50c1cc6723
--- /dev/null
+++ b/CVSROOT/verifymsg
@@ -0,0 +1,24 @@
+#
+# $Id$
+#
+# The "verifymsg" file is used to allow verification of logging
+# information. It works best when a template (as specified in the
+# rcsinfo file) is provided for the logging procedure. Given a
+# template with locations for, a bug-id number, a list of people who
+# reviewed the code before it can be checked in, and an external
+# process to catalog the differences that were code reviewed, the
+# following test can be applied to the code:
+#
+# Making sure that the entered bug-id number is correct.
+# Validating that the code that was reviewed is indeed the code being
+# checked in (using the bug-id number or a seperate review
+# number to identify this particular code set.).
+#
+# If any of the above test failed, then the commit would be aborted.
+#
+# Actions such as mailing a copy of the report to each reviewer are
+# better handled by an entry in the loginfo file.
+#
+# One thing that should be noted is the the ALL keyword is not
+# supported. There can be only one entry that matches a given
+# repository.