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 ac05e00 Try again
ac05e00 is described below
commit ac05e00bf5b047f5fc915ad8208254285f98cbf1
Author: Sebb <[email protected]>
AuthorDate: Fri Sep 14 00:06:28 2018 +0100
Try again
---
lib/whimsy/asf/agenda/minutes.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/agenda/minutes.rb b/lib/whimsy/asf/agenda/minutes.rb
index 1d52fbc..0d4dcc2 100644
--- a/lib/whimsy/asf/agenda/minutes.rb
+++ b/lib/whimsy/asf/agenda/minutes.rb
@@ -1,7 +1,6 @@
# Minutes from previous meetings
class ASF::Board::Agenda
- FOUNDATION_BOARD = ASF::SVN['foundation_board']
parse do
minutes = @file.split(/^ 3. Minutes from previous meetings/,2).last.
split(OFFICER_SEPARATOR,2).first
@@ -21,6 +20,7 @@ class ASF::Board::Agenda
attrs['approved'] = attrs['approved'].strip.gsub(/\s+/, ' ')
file = attrs['text'][/board_minutes[_\d]+\.txt/].untaint
+ FOUNDATION_BOARD = ASF::SVN['foundation_board']
if file and File.exist?(File.join(FOUNDATION_BOARD, file))
attrs['mtime'] = File.mtime(File.join(FOUNDATION_BOARD, file)).to_i
end