(whimsy) branch master updated: Typo

2024-05-01 Thread sebb
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 b7c3d6de Typo
b7c3d6de is described below

commit b7c3d6de88998c9813e7e5e8e359ac284e9e8848
Author: Sebb 
AuthorDate: Wed May 1 22:58:30 2024 +0100

Typo
---
 www/members/invitations.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/invitations.cgi b/www/members/invitations.cgi
index 46369198..27a336ec 100755
--- a/www/members/invitations.cgi
+++ b/www/members/invitations.cgi
@@ -160,7 +160,7 @@ _html do
   else
 _b "Applications can no longer be accepted, sorry."
   _ "The meeting ended at 
#{Time.at(meeting_end).getutc.strftime('%Y-%m-%d %H:%M %Z')}."
-  _ "This was #{remain[:days]} days and #{remain[:hours]} hours 
ago."
+  _ "Applications closed #{remain[:days]} days and 
#{remain[:hours]} hours ago."
   end
 end
   }



(whimsy) branch master updated: Typo

2024-04-23 Thread sebb
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 7c59d292 Typo
7c59d292 is described below

commit 7c59d2928119260554a2a2cb6f685e4d99fbc836
Author: Sebb 
AuthorDate: Tue Apr 23 11:29:49 2024 +0100

Typo
---
 config/setupmymac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/setupmymac b/config/setupmymac
index ef4ef35c..b7e73dab 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -327,7 +327,7 @@ if force[:prune]
   end
 
   run 'docker', 'container', 'prune', '--force'
-  run 'docker', 'imagea', 'prune', '--force'
+  run 'docker', 'image', 'prune', '--force'
   exit
 end
 



(whimsy) branch master updated: Typo

2024-02-16 Thread sebb
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 761a8cb4 Typo
761a8cb4 is described below

commit 761a8cb49131aaf75f924bda8a68a6cfa2f3a5dd
Author: Sebb 
AuthorDate: Fri Feb 16 23:30:16 2024 +

Typo
---
 www/members/meeting.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index 21512e17..3044e068 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -153,7 +153,7 @@ _html do
   _strong 'If they all attend, then quorum will be achieved.'
 end
   end
-  _p 'Individual Members are considered to have Attended a meeting if 
they either: respond to Roll Call in the meetind; submit a proxy (this gets 
submitted during Roll Call); or who cast a ballot on any matters.'
+  _p 'Individual Members are considered to have Attended a meeting if 
they either: respond to Roll Call in the meeting; submit a proxy (this gets 
submitted during Roll Call); or who cast a ballot on any matters.'
   _ul do
 _li '2024 dates:'
 _li 'Nominations open: February 06'



[whimsy] branch master updated: Typo - did this ever work?

2022-08-01 Thread sebb
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 576e5bf9 Typo - did this ever work?
576e5bf9 is described below

commit 576e5bf9695f0e90a014cf3dfe3e46358e7b4fae
Author: Sebb 
AuthorDate: Mon Aug 1 22:25:12 2022 +0100

Typo - did this ever work?
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 9cbfb768..d51ac41b 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -285,7 +285,7 @@ module ASF
   # Directory where ldap.conf resides.  Differs based on operating system.
   ETCLDAP = case
 when Dir.exist?('/etc/openldap') then '/etc/openldap'
-when Dir.exist?('/usr/local/etc/openldap') then '/user/local//etc/openldap'
+when Dir.exist?('/usr/local/etc/openldap') then '/user/local/etc/openldap'
 else '/etc/ldap'
   end
 



[whimsy] branch master updated: Typo

2022-03-29 Thread sebb
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 c2deb99  Typo
c2deb99 is described below

commit c2deb997ee196fbb1b320f2cc98a3177687863d7
Author: Sebb 
AuthorDate: Tue Mar 29 15:30:23 2022 +0100

Typo
---
 .github/workflows/unittestnavigation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestnavigation.yml 
b/.github/workflows/unittestnavigation.yml
index 2ccb6ed..a7b7dcb 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -33,4 +33,4 @@ jobs:
   run: |
 cd www/board/agenda
 bundle install
-TEST_AO_PAGE=1 bundle exec rspec spec/navigation_spec.rb
+TEST_AO_PAGE=1 bundle exec rspec spec/navigate_spec.rb


[whimsy] branch master updated: Typo

2022-03-19 Thread sebb
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 037417f  Typo
037417f is described below

commit 037417f7f0a67089b5624ee80fbdeec39a34bba2
Author: Sebb 
AuthorDate: Sat Mar 19 12:59:14 2022 +

Typo
---
 www/members/meeting.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index f9ebadd..b95211b 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -318,7 +318,7 @@ _html do
 _p do
   _ %{
 The ASF has held #{all_mtg.count} Member's meetings in our
-history. Some were Annual meetings, were we elect a new board;
+history. Some were Annual meetings, where we elect a new board;
 a handful were Special mid-year meetings where we mostly just
 elected new Members.
   }


[whimsy] branch master updated: Typo

2022-02-18 Thread sebb
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 4655df1  Typo
4655df1 is described below

commit 4655df13e7b5175e5a2c3056c321012609f0886b
Author: Sebb 
AuthorDate: Fri Feb 18 15:50:11 2022 +

Typo
---
 www/secretary/workbench/public/tasklist.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/public/tasklist.js 
b/www/secretary/workbench/public/tasklist.js
index 9ee9d8e..a339c7e 100644
--- a/www/secretary/workbench/public/tasklist.js
+++ b/www/secretary/workbench/public/tasklist.js
@@ -121,7 +121,7 @@ $('button#cancel').click(function(event) {
   window.parent.frames[0].postMessage(message, '*');
   $('ul')[0].style.opacity = '0.5';
   $('h1').removeClass('bg-info').addClass('bg-danger').
-text('Operation canceled');
+text('Operation cancelled');
 });
 
 // have delete and up keys return to index


[whimsy] branch master updated: Typo

2022-02-09 Thread sebb
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 7fc838b  Typo
7fc838b is described below

commit 7fc838bc51eb8a129c93f1fe06e5564bb443dae2
Author: Sebb 
AuthorDate: Wed Feb 9 13:27:26 2022 +

Typo
---
 www/roster/models/committee.rb | 4 ++--
 www/roster/models/nonpmc.rb| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/roster/models/committee.rb b/www/roster/models/committee.rb
index d2951e2..b45c540 100644
--- a/www/roster/models/committee.rb
+++ b/www/roster/models/committee.rb
@@ -108,7 +108,7 @@ class Committee
 unknownSecSubs = [] # unknown security@ subscribers: not PMC or ASF
 # Also look for non-ASF mod emails
 nonASFmails = {}
-moderators?.each { |_, mods| mods.each {|m| nonASFmails[m] = '' unless 
m.end_with? '@apache.org'} }
+moderators&.each { |_, mods| mods.each {|m| nonASFmails[m] = '' unless 
m.end_with? '@apache.org'} }
 if unMatchedSubs.length > 0 or nonASFmails.length > 0 or 
unMatchedSecSubs.length > 0
   load_emails # set up @people
   unMatchedSubs.each { |addr|
@@ -159,7 +159,7 @@ class Committee
 end
 return {
   id: id,
-  chair: pmc.chair?.id,
+  chair: pmc.chair&.id,
   pmc_chair: pmc_chair,
   display_name: pmc.display_name,
   description: pmc.description,
diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 144511c..bce96b7 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -99,7 +99,7 @@ class NonPMC
 unknownSecSubs = [] # unknown security@ subscribers: not PMC or ASF
 # Also look for non-ASF mod emails
 nonASFmails = {}
-moderators?.each { |_, mods| mods.each {|m| nonASFmails[m] = '' unless 
m.end_with? '@apache.org'} }
+moderators&.each { |_, mods| mods.each {|m| nonASFmails[m] = '' unless 
m.end_with? '@apache.org'} }
 if unMatchedSubs.length > 0 or nonASFmails.length > 0 or 
unMatchedSecSubs.length > 0
   load_emails # set up @people
   unMatchedSubs.each { |addr|
@@ -145,7 +145,7 @@ class NonPMC
 
 return {
   id: id,
-  chair: cttee.chair?.id,
+  chair: cttee.chair&.id,
   display_name: cttee.display_name,
   description: cttee.description,
   schedule: cttee.schedule,


[whimsy] branch master updated: Typo

2021-09-01 Thread sebb
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 61be72f  Typo
61be72f is described below

commit 61be72f91eaafc892b91b98d01687dc4292cd58a
Author: Sebb 
AuthorDate: Wed Sep 1 11:08:10 2021 +0100

Typo
---
 lib/whimsy/asf/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index 94c2c7d..a898afd 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -48,7 +48,7 @@ module ASF
 # Data is obtained from committee-info.txt.
 attr_accessor :established
 
-# list of months when his committee typically  reports.  Returned
+# list of months when this committee typically reports.  Returned
 # as a comma separated string.  Data is obtained from
 # committee-info.txt.
 attr_accessor :schedule


[whimsy] branch master updated: Typo and docn

2021-08-25 Thread sebb
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 86678d7  Typo and docn
86678d7 is described below

commit 86678d755c630128fd57f527a51b476f59e5c59c
Author: Sebb 
AuthorDate: Wed Aug 25 10:11:04 2021 +0100

Typo and docn
---
 lib/whimsy/asf/mail.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index a4cb4ed..21a8ef4 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -97,11 +97,12 @@ module ASF
 end
 
 # which lists are available for subscription via Whimsy?
+# Params:
 # member: true if member
 # pmc_chair: true if pmc_chair
 # ldap_pmcs: list of (P)PMC mail_list names
 # lid_only: return lid instead of [dom,list,lid]
-# output is and array of entries: lid or [dom,list,lid]
+# Return: an array of entries: lid or [dom,list,lid]
 def self.cansub(member, pmc_chair, ldap_pmcs, lidonly = true)
   allowed = []
   parse_flags do |dom, list, f|


[whimsy] branch master updated: Typo

2021-07-28 Thread sebb
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 56952f7  Typo
56952f7 is described below

commit 56952f7a7ceec634f0afcea5edd6e02f7476a64c
Author: Sebb 
AuthorDate: Wed Jul 28 22:54:03 2021 +0100

Typo
---
 www/roster/main.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 21c7378..4fe808e 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -298,7 +298,7 @@ get '/icla/index.json' do
 tmp = []
 ASF::ICLA.each {|icla|
   if icla.noId?
-if auth[:secretary]
+if @auth[:secretary]
   iclaFile = ASF::ICLAFiles.match_claRef(icla.claRef) # must be 
secretary
   tmp << { name: icla.name, mail: icla.email, claRef: icla.claRef, 
iclaFile: iclaFile}
 else


[whimsy] branch master updated: Typo

2021-03-02 Thread sebb
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 0f95b18  Typo
0f95b18 is described below

commit 0f95b189e0e3f60ec005a5e6043a41496e40649c
Author: Sebb 
AuthorDate: Tue Mar 2 15:09:04 2021 +

Typo
---
 www/roster/main.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/main.rb b/www/roster/main.rb
index 7919a80..bbc7eda 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -146,7 +146,7 @@ get '/committer2/index.json' do
 
 ASF::ICLA.each {|icla|
   if icla.noId?
-if auth[:secretary]
+if @auth[:secretary]
   iclaFile = ASF::ICLAFiles.match_claRef(icla.claRef) # must be 
secretary
   tmp << { name: icla.name, mail: icla.email, claRef: icla.claRef, 
iclaFile: iclaFile}
 else



[whimsy] branch master updated: typo, better default for port, try a different way to bypass certificate verification

2020-10-24 Thread rubys
This is an automated email from the ASF dual-hosted git repository.

rubys 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 eece912  typo, better default for port, try a different way to bypass 
certificate verification
eece912 is described below

commit eece9124d40a4f8fa86c0e2f1b2d3d536a0f2249
Author: Sam Ruby 
AuthorDate: Sat Oct 24 15:17:15 2020 -0400

typo, better default for port, try a different way to bypass certificate
verification
---
 www/board/agenda/daemon/wsc.rb | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/board/agenda/daemon/wsc.rb b/www/board/agenda/daemon/wsc.rb
index 5b49e73..b54e0a7 100644
--- a/www/board/agenda/daemon/wsc.rb
+++ b/www/board/agenda/daemon/wsc.rb
@@ -24,7 +24,7 @@ options.host = 'whimsy.local'
 options.path = '/board/agenda/websocket/'
 options.user = Etc.getlogin
 options.restart = false
-options.verfify = true
+options.verify = true
 
 opt_parser = OptionParser.new do |opts|
   opts.banner = "Usage: #{File.basename(__FILE__)} [options]"
@@ -60,8 +60,9 @@ end
 
 opt_parser.parse!(ARGV)
 
-options.port ||= (options.host.include?('whimsy') ? 80 : 34234)
 options.protocol ||= (options.host.include?('local') ? 'ws' : 'wss')
+options.port ||= 34234 if options.path=='/'
+options.port ||= (options.protocol == 'ws' ? 80 : 443)
 
 
 # Connect to WebSocket #
@@ -94,12 +95,13 @@ EM.run do
   path = File.expand_path('../session.json', options.path)
   request = Net::HTTP::Get.new(path)
   request.basic_auth options.user, password
-  ssl = {use_ssl: options.protocol == 'wss'}
 
-  response = Net::HTTP.start(options.host, options.port, ssl) do |http|
+  http = Net::HTTP.new(options.host, options.port)
+  if options.protocol == 'wss'
+http.use_ssl = true
 http.verify_mode = OpenSSL::SSL::VERIFY_NONE unless options.verify
-http.request(request)
   end
+  response = http.request(request)
 
   if Net::HTTPOK === response
 session = JSON.parse(response.body)['session']



[whimsy] branch master updated: Typo

2020-10-23 Thread sebb
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 96b3388  Typo
96b3388 is described below

commit 96b3388728705e9ea1b963cf8e4a8faa9ca8d08d
Author: Sebb 
AuthorDate: Fri Oct 23 17:18:19 2020 +0100

Typo
---
 SETUPMYMAC.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SETUPMYMAC.md b/SETUPMYMAC.md
index 9d246eb..987a2be 100644
--- a/SETUPMYMAC.md
+++ b/SETUPMYMAC.md
@@ -23,7 +23,7 @@ five minutes, possibly less if you already have things like 
`brew` installed.
 Simple Whimsy.Local Installation With docker
 
 
-Don't want to instal things on your machine?  If you have Docker installed, you
+Don't want to install things on your machine?  If you have Docker installed, 
you
 can use that instead, simply pass `--docker` to the `setupmymac` command above
 and you will have a Docker image created.  This will take longer, require more
 disk space, runs slower, and is less convenient, but is more secure, more



[whimsy] branch master updated: Typo

2020-10-01 Thread sebb
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 33f2344  Typo
33f2344 is described below

commit 33f2344adae53ff2ca33ad4b53bbe9d8683f7e00
Author: Sebb 
AuthorDate: Thu Oct 1 22:26:08 2020 +0100

Typo
---
 www/board/agenda/Gemfile| 2 +-
 www/roster/Gemfile  | 2 +-
 www/secretary/Gemfile   | 2 +-
 www/secretary/workbench/Gemfile | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 32a1444..4e67b5d 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -15,7 +15,7 @@ gem 'rake'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", 
__FILE__)).chomp
 gem 'wunderbar', wunderbar_version
 gem 'ruby2js', '>= 3.2.0'
-gem 'regexp_parse' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
+gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index 2ba2a37..f6482fd 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -16,7 +16,7 @@ gem 'rake'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", 
__FILE__)).chomp
 gem 'wunderbar', wunderbar_version
 gem 'ruby2js'
-gem 'regexp_parse' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
+gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'mail'
diff --git a/www/secretary/Gemfile b/www/secretary/Gemfile
index 63acbbf..4df3239 100644
--- a/www/secretary/Gemfile
+++ b/www/secretary/Gemfile
@@ -9,7 +9,7 @@ if File.exist? version_file
 end
 
 gem 'ruby2js', '>= 2.0.0'
-gem 'regexp_parse' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
+gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", 
__FILE__)).chomp
 gem 'wunderbar', wunderbar_version
 gem 'mail'
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index c9a69ac..49a1eb5 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -19,7 +19,7 @@ gem 'sanitize'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", 
__FILE__)).chomp
 gem 'wunderbar', wunderbar_version
 gem 'ruby2js', '>= 2.1.18'
-gem 'regexp_parse' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
+gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, 
https://github.com/rubys/ruby2js/issues/54
 gem 'execjs'
 gem 'listen'
 gem 'escape'



[whimsy] branch master updated: Typo

2020-07-24 Thread sebb
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 def5da4  Typo
def5da4 is described below

commit def5da4c2c8d3ad21b5c8cd435be815bc957a894
Author: Sebb 
AuthorDate: Fri Jul 24 16:52:32 2020 +0100

Typo
---
 www/secretary/workbench/views/actions/icla2.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/icla2.json.rb 
b/www/secretary/workbench/views/actions/icla2.json.rb
index 35f6b19..7b718f8 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -79,7 +79,7 @@ count = (Array(ASF::SVN.list((ASF::SVN.svnurl('iclas') + '/' 
+ @filename).untain
   map(&:to_i).max || 1) + 1 rescue 'N'
 
 # write attachment (+ signature, if present) to the documents/iclas directory
-task "svn commit documents/iclas/#@filename/iclaN#{count}{fileext}" do
+task "svn commit documents/iclas/#@filename/iclaN#{count}#{fileext}" do
   form do
 _input value: @selected, name: 'selected'
 



[whimsy] branch master updated: Typo

2020-07-21 Thread sebb
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 d82c37d  Typo
d82c37d is described below

commit d82c37d20368b2cfaeaea5dc0938c669cf3e1f35
Author: Sebb 
AuthorDate: Tue Jul 21 22:19:03 2020 +0100

Typo
---
 www/secretary/workbench/views/actions/ccla.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/ccla.json.rb 
b/www/secretary/workbench/views/actions/ccla.json.rb
index e9377d1..d4d4d09 100644
--- a/www/secretary/workbench/views/actions/ccla.json.rb
+++ b/www/secretary/workbench/views/actions/ccla.json.rb
@@ -65,7 +65,7 @@ task "svn commit documents/cclas/#@filename#{fileext} and 
update cclas.txt" do
 
 svn_multi('officers', 'cclas.txt', 'cclas', @selected, @signature, 
@filename, fileext, message, @document) do |input|
   # append entry to cclas.txt
-  text + @cclalines +"\n"
+  input + @cclalines + "\n"
 end
 
   end



[whimsy] branch master updated: Typo

2020-06-28 Thread sebb
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 11de3e6  Typo
11de3e6 is described below

commit 11de3e6c69a902ebc85ccaf59fcfade33e9c574c
Author: Sebb 
AuthorDate: Sun Jun 28 20:52:10 2020 +0100

Typo
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index c5b049c..747f19b 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -417,7 +417,7 @@ module ASF
   if auth
 # override any other auth
 [:env, :user, :password].each do |k|
-  options.delete[k]
+  options.delete(k)
 end
   end
 



[whimsy] branch master updated: Typo

2020-06-27 Thread sebb
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 718d4e9  Typo
718d4e9 is described below

commit 718d4e9ddc74589914bfa41469442850bf04bb24
Author: Sebb 
AuthorDate: Sat Jun 27 17:01:00 2020 +0100

Typo
---
 www/secretary/iclasort.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/iclasort.rb b/www/secretary/iclasort.rb
index ad14628..619e3de 100644
--- a/www/secretary/iclasort.rb
+++ b/www/secretary/iclasort.rb
@@ -5,7 +5,7 @@ OFFICERS = ASF::SVN['officers']
 unless OFFICERS
   STDERR.puts 'Unable to locate a checked out version of '
   STDERR.puts 'https://svn.apache.org/repos/private/foundation/officers.'
-  STDERR.ptus
+  STDERR.puts
   STDERR.puts "Please check your #{Dir.home}/.whimsy file"
   exit 1
 end



[whimsy] branch master updated: Typo

2020-06-04 Thread sebb
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 8807dc8  Typo
8807dc8 is described below

commit 8807dc862d6f853dd87820b982bc8ba22cc16a6d
Author: Sebb 
AuthorDate: Thu Jun 4 13:03:16 2020 +0100

Typo
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index ba5170e..5496660 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -294,7 +294,7 @@ module ASF
 cmd += ['--username', user, '--password', password, '--no-auth-cache']
   end
 
-  # issue svn info command
+  # issue svn list command
   out, err, status = Open3.capture3(*cmd)
   if status.success?
 return out



[whimsy] branch master updated: Typo

2020-05-26 Thread sebb
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 1d8b7f5  Typo
1d8b7f5 is described below

commit 1d8b7f51742df5fce7ee72a50c81dc8d944cfba3
Author: Sebb 
AuthorDate: Tue May 26 19:36:14 2020 +0100

Typo
---
 lib/whimsy/asf/person.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/person.rb b/lib/whimsy/asf/person.rb
index 42c9fa7..acf787f 100644
--- a/lib/whimsy/asf/person.rb
+++ b/lib/whimsy/asf/person.rb
@@ -20,7 +20,7 @@ module ASF
 name.gsub! %r{\u00df}, 'ss'
 name.gsub! %r{\u00e4|a\u0308}, 'ae' # 308 = combining diaeresis
 name.gsub! %r{\u00e5|a\u030a}, 'aa' # a with ring above: should this 
translate as 'a'?
-name.gsub! %r{\u00c5|A\u030a}, 'AA' # a with ring above: should this 
translate as 'a'?
+name.gsub! %r{\u00c5|A\u030a}, 'AA' # A with ring above: should this 
translate as 'A'?
 name.gsub! %r{\u00e6}, 'ae' # small letter ae
 name.gsub! %r{\u00c6}, 'AE' # large letter AE
 name.gsub! %r{\u00f1|n\u0303}, 'ny' # 303 = combining tilde



[whimsy] branch master updated: Typo

2020-05-25 Thread sebb
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 0ccbe19  Typo
0ccbe19 is described below

commit 0ccbe1910f2b5ce9892a72f9e5a50862fb2f3acb
Author: Sebb 
AuthorDate: Mon May 25 13:06:49 2020 +0100

Typo
---
 lib/whimsy/asf/icla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/icla.rb b/lib/whimsy/asf/icla.rb
index 3854622..8ea4fbc 100644
--- a/lib/whimsy/asf/icla.rb
+++ b/lib/whimsy/asf/icla.rb
@@ -64,7 +64,7 @@ module ASF
 def self.preload
   people = []
   each do |icla|
-unless icla.id == 'notinaval'
+unless icla.id == 'notinavail'
   person = ASF::Person.find(icla.id)
   people << person
   person.icla = icla



[whimsy] branch master updated: Typo

2020-04-08 Thread sebb
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 d9bc9b4  Typo
d9bc9b4 is described below

commit d9bc9b482f08b8c311f8f4ae6787f42027581edb
Author: Sebb 
AuthorDate: Wed Apr 8 13:47:34 2020 +0100

Typo
---
 www/members/archivers.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/archivers.cgi b/www/members/archivers.cgi
index 6943e80..a03d657 100755
--- a/www/members/archivers.cgi
+++ b/www/members/archivers.cgi
@@ -134,7 +134,7 @@ _html do
   options[:pony] = {class: 'warning'}
 end
 
-mail_archive = arcs.select{|e| e[1] == :MAIL_ARCHIVE}.map{|e| 
e[2]}.uniq.join('')
+mail_archive = arcs.select{|e| e[1] == :MAIL_ARCH}.map{|e| 
e[2]}.uniq.join('')
 if ! mail_archive.empty?
   options[:mail_archive] = {class: 'danger'} if pubprv && mail_archive 
!= pubprv  
 elsif pubprv == 'private'



[whimsy] branch master updated: Typo

2020-03-19 Thread sebb
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 48540a8  Typo
48540a8 is described below

commit 48540a8b54ed604c4be8aac132921e4b493050c0
Author: Sebb 
AuthorDate: Thu Mar 19 16:42:28 2020 +

Typo
---
 www/roster/models/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/committee.rb b/www/roster/models/committee.rb
index 401d142..6ac038c 100644
--- a/www/roster/models/committee.rb
+++ b/www/roster/models/committee.rb
@@ -20,7 +20,7 @@ class Committee
 info = JSON.parse(File.read(File.join(comdev, 'projects.json')))[id]
 
 image_dir = ASF::SVN.find('site-img')
-image = image_dir? Dir[File.join(image_dir, 
"#{id}*.{svg,eps,ai,pdf}")].map {|path| File.basename(path)}.first : nil
+image = image_dir ? Dir[File.join(image_dir, 
"#{id}*.{svg,eps,ai,pdf}")].map {|path| File.basename(path)}.first : nil
 
 moderators = nil
 modtime = nil



[whimsy] branch master updated: Typo

2019-12-18 Thread sebb
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 58a2f19  Typo
58a2f19 is described below

commit 58a2f194e5a51af9acd5bf60728b120dd688a078
Author: Sebb 
AuthorDate: Wed Dec 18 23:46:33 2019 +

Typo
---
 www/members/download_check.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/download_check.cgi b/www/members/download_check.cgi
index 05729a5..f390d0d 100755
--- a/www/members/download_check.cgi
+++ b/www/members/download_check.cgi
@@ -49,7 +49,7 @@ _html do
 end
   end
   _div.form_group do
-_label.control_label.col_sm_2 'Page URL', for: 'tlp'
+_label.control_label.col_sm_2 'TLP override', for: 'tlp'
 _div.col_sm_10 do
   _input.form_control.name name: 'tlp', required: true,
 placeholder: 'optional TLP override',



[whimsy] branch master updated: Typo

2019-12-09 Thread sebb
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 b8a534f  Typo
b8a534f is described below

commit b8a534f1c20f3a4ce0f088060c4d338dd368c2c7
Author: Sebb 
AuthorDate: Tue Dec 10 00:53:18 2019 +

Typo
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 6cd23e8..9747751 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -1268,7 +1268,7 @@ module ASF
 end
   end
 
-  # represenation of Committee, i.e. entry in committee-info.txt
+  # representation of Committee, i.e. entry in committee-info.txt
   # includes PMCs and other committees, but does not include podlings
   class Committee < Base
 @base = nil # not sure it makes sense to define base here



[whimsy] branch master updated: TyPo

2019-05-05 Thread curcuru
This is an automated email from the ASF dual-hosted git repository.

curcuru 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 b878a28  TyPo
b878a28 is described below

commit b878a2820a8f17c3eb09adf21a822fa34248ce2b
Author: Shane Curcuru 
AuthorDate: Sun May 5 17:21:27 2019 -0400

TyPo
---
 www/members/logs.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/logs.cgi b/www/members/logs.cgi
index 5f7b431..5009fcb 100755
--- a/www/members/logs.cgi
+++ b/www/members/logs.cgi
@@ -69,7 +69,7 @@ def display_access()
   tmp = 'applist'
   _div.panel_group id: tmp, role: 'tablist', aria_multiselectable: 'true' do
 apps.each_with_index do |(name, data), n|
-  _whimsy_accordion_item(listid: tmp, itemid: name, itemtitle: 
"#{Logparser::WHIMSY_APPS[name]}", n: n, itemclass: 'panel-info') do
+  _whimsy_accordion_item(listid: tmp, itemid: name, itemtitle: 
"#{LogParser::WHIMSY_APPS[name]}", n: n, itemclass: 'panel-info') do
 _table.table.table_hover.table_striped do
   _thead_ do
 _tr do



[whimsy] branch master updated: Typo - attribute uses hyphen

2019-03-24 Thread sebb
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 9556109  Typo - attribute uses hyphen
9556109 is described below

commit 9556109d166da2ec2ba0585faaf3201b786518a5
Author: Sebb 
AuthorDate: Sun Mar 24 22:41:38 2019 +

Typo - attribute uses hyphen
---
 www/roster/views/actions/email_alt.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/actions/email_alt.json.rb 
b/www/roster/views/actions/email_alt.json.rb
index 7266226..087c385 100644
--- a/www/roster/views/actions/email_alt.json.rb
+++ b/www/roster/views/actions/email_alt.json.rb
@@ -5,7 +5,7 @@
 person = ASF::Person.find(@userid)
 
 # report the previous value in the response
-_previous alt_email: person.attrs['alt_email']
+_previous alt_email: person.attrs['alt-email']
 
 if @email_alt  # must agree with email_alt.js.rb
 
@@ -26,7 +26,7 @@ if @email_alt  # must agree with email_alt.js.rb
   # update LDAP
   unless @dryrun
 _ldap.update do
-  person.modify 'alt_email', @email_alt
+  person.modify 'alt-email', @email_alt
 end
   end
 end



[whimsy] branch master updated: Typo

2019-03-07 Thread sebb
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 4d3faaa  Typo
4d3faaa is described below

commit 4d3faaadcf23bd70ca2a434bcf8544d00864c2e5
Author: Sebb 
AuthorDate: Fri Mar 8 00:45:28 2019 +

Typo
---
 www/secretary/ldap-check-committers.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/ldap-check-committers.cgi 
b/www/secretary/ldap-check-committers.cgi
index 19513e8..79a8a8e 100755
--- a/www/secretary/ldap-check-committers.cgi
+++ b/www/secretary/ldap-check-committers.cgi
@@ -2,7 +2,7 @@
 
 =begin
 
-LDAP people whould be committers (unless login is disabled)
+LDAP people should be committers (unless login is disabled)
 
 =end
 



[whimsy] branch master updated: Typo

2019-02-09 Thread sebb
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 10475cd  Typo
10475cd is described below

commit 10475cd60d3d012f6ed828e062536aa292e6ffeb
Author: Sebb 
AuthorDate: Sat Feb 9 14:20:00 2019 +

Typo
---
 repository.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repository.yml b/repository.yml
index b5d256d..3717101 100644
--- a/repository.yml
+++ b/repository.yml
@@ -8,7 +8,7 @@
   letsencrypt:
 url: https://github.com/letsencrypt/letsencrypt
 
-# N.B. the names in the section below should not be changed as the are used by 
Ruby
+# N.B. the names in the section below should not be changed as they are used 
by Ruby
 
 :svn:
 



[whimsy] branch master updated: Typo - wrong variable

2019-01-17 Thread sebb
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 e08f1b4  Typo - wrong variable
e08f1b4 is described below

commit e08f1b405f6cb540c6202a25fc93b9bac7f540f2
Author: Sebb 
AuthorDate: Thu Jan 17 09:52:15 2019 +

Typo - wrong variable
---
 www/roster/models/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/committee.rb b/www/roster/models/committee.rb
index e635811..b237b41 100644
--- a/www/roster/models/committee.rb
+++ b/www/roster/models/committee.rb
@@ -128,7 +128,7 @@ class Committee
 end
 if who
   unless who[:member]
-unknownSubs << { addr: addr, person: who }
+unknownSecSubs << { addr: addr, person: who }
   end
 else
   unknownSecSubs << { addr: addr, person: nil }



[whimsy] branch master updated: Typo

2019-01-10 Thread sebb
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 b4519b7  Typo
b4519b7 is described below

commit b4519b7c7e152a850715b85d417c772ca2013bc2
Author: Sebb 
AuthorDate: Thu Jan 10 22:06:38 2019 +

Typo
---
 www/roster/views/nonpmc/nonpmc.js.rb | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/roster/views/nonpmc/nonpmc.js.rb 
b/www/roster/views/nonpmc/nonpmc.js.rb
index d983abe..8141607 100644
--- a/www/roster/views/nonpmc/nonpmc.js.rb
+++ b/www/roster/views/nonpmc/nonpmc.js.rb
@@ -86,32 +86,32 @@ class NonPMCMember < Vue
   if @state == :open
 _td data_ids: @@person.id, onDoubleClick: self.select do
   if not @@person.date
-# in LDAP but not in committer-info.txt
+# in LDAP but not in committee-info.txt
 _button.btn.btn_warning 'Remove from LDAP',
   data_action: 'remove pmc',
   data_target: '#confirm', data_toggle: 'modal',
   data_confirmation: "Remove #{@@person.name} from LDAP?"
 
 unless @@nonpmc.roster.keys().empty?
-  _button.btn.btn_success 'Add to committer-info.txt',
+  _button.btn.btn_success 'Add to committee-info.txt',
 data_action: 'add info',
 data_target: '#confirm', data_toggle: 'modal',
-data_confirmation: "Add to #{@@person.name} committer-info.txt"
+data_confirmation: "Add to #{@@person.name} committee-info.txt"
 end
   elsif not @@person.ldap
- # in committer-info.txt but not in LDAP
+ # in committee-info.txt but not in LDAP
 _button.btn.btn_success 'Add to LDAP',
   data_action: 'add pmc',
   data_target: '#confirm', data_toggle: 'modal',
   data_confirmation: "Add #{@@person.name} to LDAP?"
 
-_button.btn.btn_warning 'Remove from committer-info.txt',
+_button.btn.btn_warning 'Remove from committee-info.txt',
   data_action: 'remove info',
   data_target: '#confirm', data_toggle: 'modal',
   data_confirmation:
-"Remove #{@@person.name} from committer-info.txt?"
+"Remove #{@@person.name} from committee-info.txt?"
   else
-# in both LDAP and committer-info.txt
+# in both LDAP and committee-info.txt
 if @@nonpmc.committers.include? @@person.id
   _button.btn.btn_warning 'Remove only from Committee',
 data_action: 'remove pmc info',
@@ -139,7 +139,7 @@ class NonPMCMember < Vue
   end
 end
   elsif not @@person.date
-_td.issue.clickable 'not in committer-info.txt', onClick: self.select
+_td.issue.clickable 'not in committee-info.txt', onClick: self.select
   elsif not @@person.ldap
 _td.issue.clickable 'not in LDAP', onClick: self.select
   elsif not @@nonpmc.committers.include? @@person.id



[whimsy] branch master updated: Typo

2018-03-25 Thread sebb
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 6f4153e  Typo
6f4153e is described below

commit 6f4153e3bdc8398db14e10b737191071d45eae61
Author: Sebb 
AuthorDate: Sun Mar 25 18:01:03 2018 +0100

Typo
---
 lib/whimsy/asf/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index 93126a6..0febcbc 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -200,7 +200,7 @@ module ASF
 name = resolution['display_name']
 if resolution['action'] == 'terminate'
   committees.delete(name)
-elsif resulution['chair']
+elsif resolution['chair']
   person = ASF::Person.find(resolution['chair'])
   committees[name] = "#{person.public_name} <#{person.id}@apache.org>"
 end

-- 
To stop receiving notification emails like this one, please contact
s...@apache.org.


[whimsy] branch master updated: Typo

2018-01-25 Thread sebb
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 8a8da36  Typo
8a8da36 is described below

commit 8a8da36c3561f9b29e6f1db865cfbd184745a580
Author: Sebb 
AuthorDate: Thu Jan 25 12:24:48 2018 +

Typo
---
 www/roster/views/ppmc/main.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 22d6bb6..322c78d 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -31,7 +31,7 @@ class PPMC < Vue
 if @ppmc.moderators
   _a 'Mail Moderators', :href => "ppmc/#{@ppmc.id}#mail"
 else
-  _a 'Mail List', :href => "ppmc/#{@ppmc.id}#mail"
+  _a 'Mail Lists', :href => "ppmc/#{@ppmc.id}#mail"
 end
   end
   _li role: "presentation" do

-- 
To stop receiving notification emails like this one, please contact
s...@apache.org.


[whimsy] branch master updated: Typo

2017-12-14 Thread sebb
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 0f7376b  Typo
0f7376b is described below

commit 0f7376b64b3d45fd01747f58a5c6436f43c86ccf
Author: Sebb 
AuthorDate: Thu Dec 14 11:42:28 2017 +

Typo
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index d8674fc..0747386 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -371,7 +371,7 @@ module ASF
   # remove weak references
   def self.flush_weakrefs
 @@weakrefs.each do |attr|
-  object.instance_variable_remove(attr)
+  object.remove_instance_variable(attr)
 end
 
 @@weakrefs.clear

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-12-12 Thread sebb
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 23e9d11  Typo
23e9d11 is described below

commit 23e9d1190959c9b1295f42828d0e55e61552f9ab
Author: Sebb 
AuthorDate: Wed Dec 13 00:25:32 2017 +

Typo
---
 lib/whimsy/asf/mail.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index 2033542..350c119 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -169,7 +169,7 @@ module ASF
 # the dns (e.g. whimsical).  If so, it can be prefixed by a number of
 # list names (e.g. dev, private) and .apache.org is to be
 # appended.  In some cases, the name contains an @ sign and
-# is the fill name for the mail list.
+# is the full name for the mail list.
 def mail_list
   case name.downcase
   when 'comdev'

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo (I assume)

2017-11-14 Thread sebb
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 78f3410  Typo (I assume)
78f3410 is described below

commit 78f34106acf92eedf5ae0065b4f2e3ce26d135a3
Author: Sebb 
AuthorDate: Wed Nov 15 00:31:24 2017 +

Typo (I assume)
---
 www/board/agenda/models/pending.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/models/pending.rb 
b/www/board/agenda/models/pending.rb
index 1b3c107..daeb33a 100644
--- a/www/board/agenda/models/pending.rb
+++ b/www/board/agenda/models/pending.rb
@@ -31,7 +31,7 @@ class Pending
 else
   username = ASF::Person.new(user).public_name
   begin
-username ||= Etc.getpwnam(userid)[4].split(',')[0].
+username ||= Etc.getpwnam(user)[4].split(',')[0].
   force_encoding('utf-8')
   rescue ArgumentError
 username = 'Anonymous'

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-10-24 Thread sebb
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 b15f280  Typo
b15f280 is described below

commit b15f28088ff53b0337b859b1979573e57fe18d62
Author: Sebb 
AuthorDate: Tue Oct 24 15:12:41 2017 +0100

Typo
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index b0eaa71..2121ce5 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -357,7 +357,7 @@ module ASF
 end
   end
 
-  # shortcut for derefernce weakref
+  # shortcut for dereference weakref
   def self.weakref(attr, )
 self.dereference_weakref(self, attr, )
   end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-10-24 Thread sebb
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 a28cab1  Typo
a28cab1 is described below

commit a28cab1ed8c3d65cbdccf962f015b122c15b84b2
Author: Sebb 
AuthorDate: Tue Oct 24 15:12:22 2017 +0100

Typo
---
 www/roster/models/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/svn.rb b/www/roster/models/svn.rb
index 51e21e5..245a4e2 100644
--- a/www/roster/models/svn.rb
+++ b/www/roster/models/svn.rb
@@ -5,7 +5,7 @@
 # for all Rack application (e.g., secmail, board/agenda, roster)
 #
 
-# provide methods to encapsulate updates update LDAP
+# provide methods to encapsulate LDAP update
 module ASF
   class SVN
 class JsonBuilder

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo and minor style tweak

2017-10-11 Thread sebb
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 f12b420  Typo and minor style tweak
f12b420 is described below

commit f12b420835fb0e4f4700ea2fbd3317af1ece25f0
Author: Sebb 
AuthorDate: Wed Oct 11 17:29:49 2017 +0100

Typo and minor style tweak
---
 www/board/agenda/templates/non-responsive.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/templates/non-responsive.txt 
b/www/board/agenda/templates/non-responsive.txt
index a01b8d3..f0fe062 100644
--- a/www/board/agenda/templates/non-responsive.txt
+++ b/www/board/agenda/templates/non-responsive.txt
@@ -3,8 +3,8 @@ Subject: ASF Board Report for [project] - Repeated Reminder for 
[month] [year]
 Dear [project] community,
 
 In the governance model at the ASF the board delegates responsibility for
-managing projects to PMCs. To enable to board to provide oversight across the
-foundation, the PMCs are tasked with providing the board with a quarterly
+managing projects to PMCs. To enable the board to provide oversight across the
+foundation, PMCs are tasked with providing the board with a quarterly
 report on the health of the project. The board has noticed that the reports
 for [project] have been missed for a number of months.
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-10-06 Thread sebb
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 c6ad5d4  Typo
c6ad5d4 is described below

commit c6ad5d4fc4206713fc193e3d6d6f082e4f6fd129
Author: Sebb 
AuthorDate: Fri Oct 6 17:49:51 2017 +0100

Typo
---
 www/site.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/site.cgi b/www/site.cgi
index a1f62bf..b16672e 100755
--- a/www/site.cgi
+++ b/www/site.cgi
@@ -201,7 +201,7 @@ _html do
 },
 helpblock: -> {
   _p do
-_ 'This script periodically craws all Apache project websites to check 
them for a few specific links or text blocks that all projects are expected to 
have.'
+_ 'This script periodically crawls all Apache project websites to 
check them for a few specific links or text blocks that all projects are 
expected to have.'
 _ 'The checks (currently in beta) include verifying that all '
 _a 'required links', href: 
'https://www.apache.org/foundation/marks/pmcs#navigation'
 _ ' appear on a project homepage, along with checking if project logos 
appear in apache.org/img'

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-09-11 Thread sebb
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 6fc6941  Typo
6fc6941 is described below

commit 6fc6941db3398f0c86b73c0e17d979d65177524d
Author: Sebb 
AuthorDate: Mon Sep 11 16:26:40 2017 +0100

Typo
---
 lib/whimsy/asf/rack.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/rack.rb b/lib/whimsy/asf/rack.rb
index ae7d6cc..8ae5127 100644
--- a/lib/whimsy/asf/rack.rb
+++ b/lib/whimsy/asf/rack.rb
@@ -206,7 +206,7 @@ module ASF
   @app = app
 end
 
-# compute the document root by striping the PASSENGER_BASE_URI 
from
+# compute the document root by stripping the PASSENGER_BASE_URI 
from
 # the the current working directory.
 def call(env)
   unless ENV['DOCUMENT_ROOT']

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: typo

2017-08-01 Thread sebb
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 0cb0eda  typo
0cb0eda is described below

commit 0cb0edad65c9d5cd860dae67d062cc97b1204f09
Author: Sebb 
AuthorDate: Tue Aug 1 10:16:26 2017 +0100

typo
---
 lib/whimsy/asf/ldap.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 577f05e..4ade55b 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -402,13 +402,13 @@ module ASF
 end
 
 # return the LDAP base for this object: identifies the subtree where
-# which this object can be found.
+# this object can be found.
 def self.base
   @base
 end
 
 # return the LDAP base for this object: identifies the subtree where
-# which this object can be found.
+# this object can be found.
 def base
   self.class.base
 end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-06-12 Thread sebb
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 07a9588  Typo
07a9588 is described below

commit 07a9588a3f50d2c0a1f54cac0445a631dffdb246
Author: Sebb 
AuthorDate: Tue Jun 13 01:50:16 2017 +0100

Typo
---
 www/roster/public_podlings.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/public_podlings.rb b/www/roster/public_podlings.rb
index ce448de..809f0a2 100644
--- a/www/roster/public_podlings.rb
+++ b/www/roster/public_podlings.rb
@@ -70,9 +70,9 @@
 require_relative 'public_json_common'
 
 # figure out what to do to get svn updates, then uncomment this
-# incubaorContent = ASF::SVN.find('asf/incubator/public/trunk/content')
+# incubatorContent = ASF::SVN.find('asf/incubator/public/trunk/content')
 # incubatorPodlings = 
ASF::SVN.find('asf/incubator/public/trunk/content/podlings')
-# ASF::SVN.updateSimple(incubaorContent);
+# ASF::SVN.updateSimple(incubatorContent);
 # ASF::SVN.updateSimple(incubatorPodlings);
 
 pods = Hash[ASF::Podling.list.map {|podling| [podling.name, podling.status]}]

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo: Prvacy => Privacy

2017-06-12 Thread sebb
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 558c29b  Typo: Prvacy => Privacy
558c29b is described below

commit 558c29b41a76f548002128934638d2464b50a8c5
Author: Sebb 
AuthorDate: Mon Jun 12 10:39:21 2017 +0100

Typo: Prvacy => Privacy

This fixes #34
---
 lib/whimsy/asf/themes.rb | 2 +-
 www/401.html | 2 +-
 www/404.html | 2 +-
 www/500.html | 2 +-
 www/index.html   | 2 +-
 www/technology.html  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/whimsy/asf/themes.rb b/lib/whimsy/asf/themes.rb
index 349c57c..50a76cd 100644
--- a/lib/whimsy/asf/themes.rb
+++ b/lib/whimsy/asf/themes.rb
@@ -90,7 +90,7 @@ class Wunderbar::HtmlMarkup
 _{'Copyright  2017, the Apache Software Foundation. Licensed 
under the '}
 _a 'Apache License, Version 2.0', rel: 'license', href: 
'http://www.apache.org/licenses/LICENSE-2.0'
 _ ' | '
-_a 'Prvacy Policy', href: 
'https://www.apache.org/foundation/policies/privacy'
+_a 'Privacy Policy', href: 
'https://www.apache.org/foundation/policies/privacy'
 _br
 _{'Apache, the names of Apache projects, and the multicolor 
feather logo are '}
 _a 'registered trademarks or trademarks', href: 
'https://www.apache.org/foundation/marks/list/'
diff --git a/www/401.html b/www/401.html
index 621dde6..a4a2eaa 100644
--- a/www/401.html
+++ b/www/401.html
@@ -114,7 +114,7 @@
 Copyright © 2017, the Apache Software Foundation. Licensed under the 
 http://www.apache.org/licenses/LICENSE-2.0;>Apache License, Version 
2.0
 | 
-https://www.apache.org/foundation/policies/privacy;>Prvacy 
Policy
+https://www.apache.org/foundation/policies/privacy;>Privacy 
Policy
 
 Apache®, the names of Apache projects, and the multicolor feather logo 
are 
 https://www.apache.org/foundation/marks/list/;>registered 
trademarks or trademarks
diff --git a/www/404.html b/www/404.html
index 22d30ee..4201fb6 100644
--- a/www/404.html
+++ b/www/404.html
@@ -109,7 +109,7 @@
 Copyright © 2017, the Apache Software Foundation. Licensed under the 
 http://www.apache.org/licenses/LICENSE-2.0;>Apache License, Version 
2.0
 | 
-https://www.apache.org/foundation/policies/privacy;>Prvacy 
Policy
+https://www.apache.org/foundation/policies/privacy;>Privacy 
Policy
 
 Apache®, the names of Apache projects, and the multicolor feather logo 
are 
 https://www.apache.org/foundation/marks/list/;>registered 
trademarks or trademarks
diff --git a/www/500.html b/www/500.html
index c7b5f29..5d2e80f 100644
--- a/www/500.html
+++ b/www/500.html
@@ -115,7 +115,7 @@
 Copyright © 2017, the Apache Software Foundation. Licensed under the 
 http://www.apache.org/licenses/LICENSE-2.0;>Apache License, Version 
2.0
 | 
-https://www.apache.org/foundation/policies/privacy;>Prvacy 
Policy
+https://www.apache.org/foundation/policies/privacy;>Privacy 
Policy
 
 Apache®, the names of Apache projects, and the multicolor feather logo 
are 
 https://www.apache.org/foundation/marks/list/;>registered 
trademarks or trademarks
diff --git a/www/index.html b/www/index.html
index 87c1e38..1b59257 100644
--- a/www/index.html
+++ b/www/index.html
@@ -208,7 +208,7 @@
 Copyright  2015-2017 The Apache Software Foundation, 
Licensed under
 the http://www.apache.org/licenses/LICENSE-2.0; 
rel="license">Apache License, Version 2.0.
 | 
-https://www.apache.org/foundation/policies/privacy;>Prvacy Policy
+https://www.apache.org/foundation/policies/privacy;>Privacy Policy
 
   Apache, the names of Apache projects, and the feather logo are 
either http://www.apache.org/foundation/marks/list/;>registered 
trademarks or trademarks of the Apache Software Foundation in the United 
States and/or other countries.
   
diff --git a/www/technology.html b/www/technology.html
index 213dbd6..73928ed 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -114,7 +114,7 @@
   Copyright  2015-2017 The Apache Software Foundation, Licensed 
under
   the http://www.apache.org/licenses/LICENSE-2.0; 
rel="license">Apache License, Version 2.0.
   | 
-  https://www.apache.org/foundation/policies/privacy;>Prvacy 
Policy
+  https://www.apache.org/foundation/policies/privacy;>Privacy 
Policy
   
 Apache, the names of Apache projects, and the feather logo are 
either http://www.apache.org/foundation/marks/list/;>registered 
trademarks or trademarks of the Apache Software Foundation in the United 
States and/or other 

[whimsy] branch master updated: Typo & formatting

2017-04-26 Thread curcuru
This is an automated email from the ASF dual-hosted git repository.

curcuru 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  af314f1   Typo & formatting
af314f1 is described below

commit af314f16617cc2112d6380caeabf8bbdd5a76475
Author: Shane Curcuru 
AuthorDate: Wed Apr 26 20:10:13 2017 -0400

Typo & formatting
---
 DEVELOPMENT.md |  4 ++--
 MACOSX.md  | 11 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 02cc993..d6f9f97 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -68,12 +68,12 @@ This section is for those desiring to run a whimsy tool on 
their own machine.
 
 1. [Understanding rbenv 
Shims](https://github.com/sstephenson/rbenv#understanding-shims)
 2. [Understanding rbenv 
Binstubs](https://github.com/sstephenson/rbenv/wiki/Understanding-binstubs)
-3. [Ruby Version Manager - rvmah](https://rvm.io/)
+3. [Ruby Version Manager - rvm](https://rvm.io/)
 
 
 2. **Install ruby gems:** `whimsy-asf` and `bundler`:
 
-  `gem install whimsy-asf bundler`  (mail and listen may be needed too)
+   `gem install whimsy-asf bundler`  (mail and listen may be needed too)
 
 3. **SVN checkout ASF repositories** into (or linked to from)
`/srv/svn`
diff --git a/MACOSX.md b/MACOSX.md
index 1b8d6c3..c7ae816 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -84,11 +84,12 @@ Bundler version 1.14.3
 
 Notes:
 
-You may have trouble installing due to the dependency on nokogiri. There are
-issues with its dependencies. This page suggests some workarounds:
-https://github.com/sparklemotion/nokogiri/issues/1483
-The simplest solution may be `xcode-select --install` unless you know
-that's already configured.
+* Some tools may need a [`bundle 
install`](DEVELOPMENT.md#running-whimsy-applications-car) run for additional 
gems.
+* You may have trouble installing due to the dependency on nokogiri. There are
+  issues with its dependencies. This page suggests some workarounds:
+  https://github.com/sparklemotion/nokogiri/issues/1483
+  The simplest solution may be `xcode-select --install` unless you know
+  that's already configured.
 
 Clone the Whimsy code
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2017-03-31 Thread sebb
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  42801d7   Typo
42801d7 is described below

commit 42801d7a14f7f42ad12e20f09354ec895ed298e6
Author: Sebb 
AuthorDate: Fri Mar 31 09:55:28 2017 +0100

Typo
---
 www/secmail/views/actions/ccla.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secmail/views/actions/ccla.json.rb 
b/www/secmail/views/actions/ccla.json.rb
index 3998c3b..3a2ad11 100644
--- a/www/secmail/views/actions/ccla.json.rb
+++ b/www/secmail/views/actions/ccla.json.rb
@@ -62,7 +62,7 @@ end
 #  officers/cclas.txt  #
 
 
-# insert line into iclas.txt
+# insert line into cclas.txt
 task "svn commit foundation/officers/cclas.txt" do
   # construct line to be inserted
   @cclalines = "notinavail:" + @company.strip

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].


[whimsy] branch master updated: Typo

2016-12-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
   new  2d9207e   Typo
2d9207e is described below

commit 2d9207ee10bfb1e891a0978e5526037d083ea503
Author: Sebb 
AuthorDate: Wed Dec 21 14:13:51 2016 +

Typo
---
 lib/whimsy/asf/icla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/icla.rb b/lib/whimsy/asf/icla.rb
index 453e05f..cdd3c1c 100644
--- a/lib/whimsy/asf/icla.rb
+++ b/lib/whimsy/asf/icla.rb
@@ -95,7 +95,7 @@ module ASF
   return @@availids if @@availids
   availids = []
   each {|icla| availids << icla.id unless icla.id == 'notinavail'}
-  @availids = availids
+  @@availids = availids
 end
 
 # iterate over all of the ICLAs

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" '].