You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/10/21 00:15:16 UTC

svn commit: r1709693 - /comdev/reporter.apache.org/trunk/site/render_proposed.js

Author: sebb
Date: Tue Oct 20 22:15:16 2015
New Revision: 1709693

URL: http://svn.apache.org/viewvc?rev=1709693&view=rev
Log:
Explain LDAP groups

Modified:
    comdev/reporter.apache.org/trunk/site/render_proposed.js

Modified: comdev/reporter.apache.org/trunk/site/render_proposed.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render_proposed.js?rev=1709693&r1=1709692&r2=1709693&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render_proposed.js (original)
+++ comdev/reporter.apache.org/trunk/site/render_proposed.js Tue Oct 20 22:15:16 2015
@@ -488,8 +488,8 @@ function renderFrontPage(json) {
             if (addLink) {
                 changes.innerHTML += '&rarr; See <a href="https://whimsy.apache.org/roster/committee/' + pmc + '" target="_blank">Whimsy PMC roster <a> for detailed differences<br>'
             }
-			changes.innerHTML += "<br>Use modify_committee.pl to update the LDAP committee (PMC) group"
-			changes.innerHTML += "<br>Use modify_unix_group.pl to update the committer list"
+			changes.innerHTML += "<br>The LDAP committee group enables PMC members to update the SVN dist/release directory and access the PMC-private SVN area"
+			changes.innerHTML += "<br>The LDAP unix group gives committers karma, e.g. for commits to project SVN areas"
 			addLine(pmc)
 		}