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 <[email protected]> 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 "[email protected]" <[email protected]>.
