You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/04/25 13:50:39 UTC

[whimsy] 01/02: fix WHIMSY-86

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

commit 17d686f0d95c7cfbeb947f1311d5e64d8efa911c
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 25 09:27:28 2017 -0400

    fix WHIMSY-86
---
 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 9fd7382..2343838 100755
--- a/tools/site-check.rb
+++ b/tools/site-check.rb
@@ -72,7 +72,7 @@ committees.sort_by {|committee| committee.name}.each do |committee|
       end
     end
 
-    if a.text.downcase.strip =~ /licenses?/
+    if a.text.downcase.strip =~ /licenses?/ and a['href'].include? 'apache.org'
       data[:license] = uri + a['href'].strip 
     end
 

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