svn commit: r235824 - user/des/fbce/lib/FBCE/Script

Dag-Erling Smorgrav des at FreeBSD.org
Wed May 23 07:50:24 UTC 2012


Author: des
Date: Wed May 23 07:50:23 2012
New Revision: 235824
URL: http://svn.freebsd.org/changeset/base/235824

Log:
  The previous commit also changed the logic a bit to account for doc
  committers in src, which are marked with "doc" instead of "visitor".
  Document this.

Modified:
  user/des/fbce/lib/FBCE/Script/User.pm

Modified: user/des/fbce/lib/FBCE/Script/User.pm
==============================================================================
--- user/des/fbce/lib/FBCE/Script/User.pm	Wed May 23 07:21:16 2012	(r235823)
+++ user/des/fbce/lib/FBCE/Script/User.pm	Wed May 23 07:50:23 2012	(r235824)
@@ -58,10 +58,10 @@ sub retrieve_commit_data($$) {
 	#
 	# The first column is the date of the last commit.  The second
 	# column is "ok" if this committer has a commit bit in this
-	# repo, "visitor" if they have a commit bit in a different
-	# repo or "-" if they are retired.  The third and fourth
-	# columns are not relevant to us.  The fifth is the freefall
-	# login.
+	# repo, "doc" or "visitor" if they have a commit bit in a
+	# different repo or "-" if they are retired.  The third and
+	# fourth columns are not relevant to us.  The fifth is the
+	# freefall login.
 	#
 	next unless m/^(\d\d\d\d)(\d\d)(\d\d)\s+
                        (?:\w+)\s+


More information about the svn-src-user mailing list