This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new c0818d08 Fix up comments
c0818d08 is described below
commit c0818d0834be494acee393a2ae04de61a34f8989
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 5 21:28:18 2022 +0100
Fix up comments
---
www/public/README.html | 2 +-
www/test/dataflow.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/public/README.html b/www/public/README.html
index 7de62b8c..8dfd87fa 100644
--- a/www/public/README.html
+++ b/www/public/README.html
@@ -15,7 +15,7 @@
<dt>public_ldap_authgroups.json</dt>
<dd>Membership of LDAP auth groups. Membership of an LDAP auth group is used
to grant commit karma for sub-project and other resources (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/public_ldap_authgroups.json">docs</a>)</dd>
<dt>public_ldap_groups.json</dt>
- <dd>Membership of LDAP unix groups. Membership of an LDAP unix group is used
to grant commit karma for a whole project. (Will eventually be replaced by
public_ldap_projects.json) (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/public_ldap_groups.json">docs</a>)</dd>
+ <dd>Membership of the remaining LDAP unix groups (apsite, committers and
member). (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/public_ldap_groups.json">docs</a>)</dd>
<dt>public_ldap_people.json</dt>
<dd>Basic details of LDAP personal entries. Shows the public name and
whether the login is currently disabled (<a
href="https://whimsy.apache.org/test/dataflow.cgi#https://whimsy.apache.org/public/public_ldap_people.json">docs</a>)</dd>
<dt>public_ldap_projects.json</dt>
diff --git a/www/test/dataflow.json b/www/test/dataflow.json
index 20e7c621..eb709a2f 100644
--- a/www/test/dataflow.json
+++ b/www/test/dataflow.json
@@ -63,8 +63,8 @@
]
},
"https://whimsy.apache.org/public/public_ldap_groups.json": {
- "description": "Membership of LDAP unix groups. Membership of an LDAP unix
group is used to grant commit karma for a whole project. (Will eventually be
replaced by public_ldap_projects.json)",
- "format": "hash of hashes['groups']['accumulo']['roster'][0] = 'acordova'",
+ "description": "Membership of the remaining LDAP unix groups (apsite,
committers and member).",
+ "format": "hash of hashes['groups']['committers']['roster'][0] = 'tba'",
"maintainer": "/www/roster/public_ldap_groups.rb",
"sources": [
"/lib/whimsy/asf/ldap.rb"