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/02/14 17:58:45 UTC

[whimsy] branch master updated: Docco

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 5289e8a  Docco
5289e8a is described below

commit 5289e8a4fb464a54a01b62f084cef554d177b5e2
Author: Sebb <se...@apache.org>
AuthorDate: Thu Feb 14 17:58:44 2019 +0000

    Docco
---
 lib/whimsy/asf/agenda/minutes.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/agenda/minutes.rb b/lib/whimsy/asf/agenda/minutes.rb
index 5c02923..7dfef54 100644
--- a/lib/whimsy/asf/agenda/minutes.rb
+++ b/lib/whimsy/asf/agenda/minutes.rb
@@ -3,7 +3,7 @@
 
 class ASF::Board::Agenda
   # Must be outside scan loop
-  FOUNDATION_BOARD = ASF::SVN.find('foundation_board')
+  FOUNDATION_BOARD = ASF::SVN.find('foundation_board') # Use find to placate Travis
   parse do
     minutes = @file.split(/^ 3. Minutes from previous meetings/,2).last.
       split(OFFICER_SEPARATOR,2).first
@@ -22,7 +22,6 @@ class ASF::Board::Agenda
       attrs['text'] = attrs['text'].strip
       attrs['approved'] = attrs['approved'].strip.gsub(/\s+/, ' ')
 
-      # Placate Travis
       if FOUNDATION_BOARD
         file = attrs['text'][/board_minutes[_\d]+\.txt/].untaint
         if file and File.exist?(File.join(FOUNDATION_BOARD, file))