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 0e59cab3 Fix up to work with current code [skip ci]
0e59cab3 is described below

commit 0e59cab361c171f1e27951ac884917c2de86d58d
Author: Sebb <s...@apache.org>
AuthorDate: Sun Dec 17 15:40:09 2023 +0000

    Fix up to work with current code [skip ci]
---
 www/board/agenda/bin/remind-cronjob.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/board/agenda/bin/remind-cronjob.rb 
b/www/board/agenda/bin/remind-cronjob.rb
index efe4822f..d59c62ed 100644
--- a/www/board/agenda/bin/remind-cronjob.rb
+++ b/www/board/agenda/bin/remind-cronjob.rb
@@ -13,12 +13,18 @@ $LOAD_PATH.unshift '/srv/whimsy/lib'
 require 'whimsy/asf/agenda'
 require 'mail'
 require 'listen'
+require 'mustache'
+require_relative '../helpers/integer'
 
 FOUNDATION_BOARD = ASF::SVN['foundation_board']
 AGENDA_WORK = ASF::Config.get(:agenda_work) || '/srv/agenda'
 
 require './models/agenda'
 
+# Dummy (would be tricky to include main.rb where this is defined)
+def validate_board_file(name)
+end
+
 # draft reminder text
 @reminder = ARGV.first || 'reminder1'
 reminder = eval(File.read("views/actions/reminder-text.json.rb"))

Reply via email to