summaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-13 04:04:29 +0000
committerpeter <peter@FreeBSD.org>2000-02-13 04:04:29 +0000
commitce6cf7cfc2dbef573a1771a08f4ed3c3da5c9c32 (patch)
tree6ecdfdff9697d2b5e06e4ee69d60cd98802f595b /CVSROOT/log_accum.pl
parent3116f2842201e6784782aef05dec128a55e65944 (diff)
downloadFreeBSD-ports-ce6cf7cfc2dbef573a1771a08f4ed3c3da5c9c32.zip
FreeBSD-ports-ce6cf7cfc2dbef573a1771a08f4ed3c3da5c9c32.tar.gz
Update the commit scripts to understand 'Approved by:' and kill cvsedit.
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-xCVSROOT/log_accum.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 8b0bccc..80dd20a 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -530,7 +530,8 @@ while (<STDIN>) {
if (/^PR:$/i ||
/^Reviewed by:$/i ||
/^Submitted by:$/i ||
- /^Obtained from:$/i) {
+ /^Obtained from:$/i ||
+ /^Approved by:$/i) {
next;
}
push (@log_lines, $_);
OpenPOWER on IntegriCloud