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 2017/04/25 16:10:57 UTC

[whimsy] branch master updated: Syncope uses sponsoring

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  1a7afb3   Syncope uses sponsoring
       new  a3c26ac   Merge branch 'master' of https://gitbox.apache.org/repos/asf/whimsy.git
1a7afb3 is described below

commit 1a7afb373209a051874151067ff9272417f97d7d
Author: Sebb <se...@apache.org>
AuthorDate: Tue Apr 25 17:09:49 2017 +0100

    Syncope uses sponsoring
---
 tools/site-check.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/site-check.rb b/tools/site-check.rb
index 7ca1b73..96668a4 100755
--- a/tools/site-check.rb
+++ b/tools/site-check.rb
@@ -77,7 +77,7 @@ def parse(site, name)
       data[:security] = uri + a['href'].strip 
     end
 
-    if %w(sponsorship donate).concat(['sponsor apache']).include? a_text
+    if %w(sponsorship donate).concat(['sponsor apache','sponsoring apache']).include? a_text
       data[:sponsorship] = uri + a['href'].strip
     end
   end

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