This is an automated email from the ASF dual-hosted git repository.
curcuru 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 29afc8ba Fix to svn not local path
29afc8ba is described below
commit 29afc8ba9433304060586d272417ea140ab2b1ff
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Feb 3 16:50:25 2026 -0500
Fix to svn not local path
Really need to review docs to simplify (or rewrite nomination handling in
asfpy)
---
www/members/nominate_board.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index 435b7c71..0e46a2e7 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -180,7 +180,8 @@ _html do
_ ' from you with the nomination, '
_a 'as is tradition.', href:
'https://lists.apache.org/[email protected]:2023-2:%22BOARD%20NOMINATION%22'
_ 'This form only supports adding new nominations; to add seconds or
comments to an existing nomination, use SVN and '
- _a 'edit the board_nominations.txt file carefully.', href:
"#{File.join(ASF::MeetingUtil.get_latest(ASF::SVN['Meetings']),
ASF::MemberFiles::NOMINATED_BOARD)}"
+ svn_mtg_dir = File.join(ASF::MeetingUtil::RECORDS,
File.basename(ASF::MeetingUtil.get_latest(MEETINGS)))
+ _a 'edit the board_nominations.txt file carefully.', href:
"#{File.join(svn_mtg_dir, ASF::MemberFiles::NOMINATED_BOARD)}"
end
}
) do