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 551f4be8 Hardcode link
551f4be8 is described below

commit 551f4be83fa2f5477431cea9c20db8a6c90e81db
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Feb 3 16:55:27 2026 -0500

    Hardcode link
    
    Presumably we're retiring this system anyway by next year
---
 www/members/nominate_board.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index 0e46a2e7..245c755c 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -180,8 +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 '
-          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)}"
+          # FIXME: Hardcoded SVN path here - since we're likely moving to 
python anyway
+          _a 'edit the board_nominations.txt file carefully.', href: 
'https://svn.apache.org/repos/private/foundation/Meetings/20260305/board_nominations.txt'
         end
       }
     ) do

Reply via email to