You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/09/29 09:02:16 UTC

[whimsy] branch master updated: Clarify it's only archivers we know about

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 2a97a0a  Clarify it's only archivers we know about
2a97a0a is described below

commit 2a97a0adec037d31abeaeae1d68f27c95483b628
Author: Sebb <se...@apache.org>
AuthorDate: Sun Sep 29 10:02:07 2019 +0100

    Clarify it's only archivers we know about
---
 lib/whimsy/asf/mlist.rb            | 3 ++-
 www/roster/views/nonpmc/main.js.rb | 2 +-
 www/roster/views/pmc/main.js.rb    | 2 +-
 www/roster/views/ppmc/main.js.rb   | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 0f96be8..cdc6df4 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -122,6 +122,7 @@ module ASF
     # for a mail domain, extract related lists and their moderators
     # also returns the time when the data was last checked
     # If podling==true, then also check for old-style podling names
+    # returns: [{dev@a.o=>[email1, email2]}, mod-time]
     def self.list_moderators(mail_domain, podling=false)
 
       return nil, nil unless File.exist? LIST_MODS
@@ -198,7 +199,7 @@ module ASF
 
     # for a mail domain, extract related lists and their subscribers (default only the count)
     # also returns the time when the data was last checked
-    # N.B. excludes archivers
+    # N.B. excludes known archivers
     # For top-level apache.org lists, the mail_domain is either:
     # - the full list name (e.g. press), or:
     # - the list prefix (e.g. legal)
diff --git a/www/roster/views/nonpmc/main.js.rb b/www/roster/views/nonpmc/main.js.rb
index e53336e..a1feb64 100644
--- a/www/roster/views/nonpmc/main.js.rb
+++ b/www/roster/views/nonpmc/main.js.rb
@@ -89,7 +89,7 @@ class NonPMC < Vue
     if @nonpmc.moderators
       _h2.mail! do
         _ 'Mailing list info'
-        _small ' (subscriber count excludes archivers)'
+        _small ' (subscriber count excludes known archivers)'
       end
       _table do
         _thead do
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index e1771c8..f82fb0d 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -102,7 +102,7 @@ class PMC < Vue
     if @committee.moderators
       _h2.mail! do
         _ 'Mailing list info'
-        _small ' (subscriber count excludes archivers)'
+        _small ' (subscriber count excludes known archivers)'
       end
       _table do
         _thead do
diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 6b19a56..0d70c30 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -114,7 +114,7 @@ class PPMC < Vue
     if @ppmc.moderators
       _h2.mail! do
         _ 'Mailing list info'
-        _small ' (subscriber count excludes archivers)'
+        _small ' (subscriber count excludes known archivers)'
       end
       _table do
         _thead do