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 01a29b3  Reported as missing in httpd error logs
01a29b3 is described below

commit 01a29b3d03d009e04bab9a6a9529e3770cefb6ed
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 14 11:41:13 2019 +0000

    Reported as missing in httpd error logs
---
 lib/whimsy/asf/agenda/minutes.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/whimsy/asf/agenda/minutes.rb b/lib/whimsy/asf/agenda/minutes.rb
index 3defa68..9bb567d 100644
--- a/lib/whimsy/asf/agenda/minutes.rb
+++ b/lib/whimsy/asf/agenda/minutes.rb
@@ -19,6 +19,7 @@ class ASF::Board::Agenda
       attrs['text'] = attrs['text'].strip
       attrs['approved'] = attrs['approved'].strip.gsub(/\s+/, ' ')
 
+      FOUNDATION_BOARD = ASF::SVN['foundation_board']
       file = attrs['text'][/board_minutes[_\d]+\.txt/].untaint
       if file and File.exist?(File.join(FOUNDATION_BOARD, file))
         attrs['mtime'] = File.mtime(File.join(FOUNDATION_BOARD, file)).to_i

Reply via email to