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 47a08768 Calculate URL
47a08768 is described below

commit 47a087688064c57c0888765d81136e6a868d338a
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 4 15:49:38 2026 +0000

    Calculate URL
---
 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 245c755c..c1f9bc4b 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 '
-          # 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'
+          _a 'edit the board_nominations.txt file carefully.', 
+             href: 
File.join(ASF::SVN.svnurl!('Meetings'),File.basename(latest_meeting_dir), 
'board_nominations.txt')
         end
       }
     ) do

Reply via email to