Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 07:50:23 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r235824 - user/des/fbce/lib/FBCE/Script
Message-ID:  <201205230750.q4N7oNAJ056386@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205230750.q4N7oNAJ056386>