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
commit 8cbc1d4b4b754cee4e05c69a69eab88588e53204 Author: Sebb <[email protected]> AuthorDate: Sun Nov 30 14:07:48 2025 +0000 Whimsy agenda is deprecated --- www/board/agenda/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb index 92258a67..4049693d 100755 --- a/www/board/agenda/routes.rb +++ b/www/board/agenda/routes.rb @@ -399,7 +399,7 @@ get %r{/(\d\d\d\d-\d\d-\d\d).json} do |date| # Add banner (or nil) to the first entry # must always update the entry as they may be cached - agenda.first['banner'] = Status.banner unless agenda.empty? + agenda.first['banner'] = {msg: 'Deprecated - please use agenda.apache.org instead', href: 'https://agenda.apache.org'} unless agenda.empty? agenda end ensure
