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 ecffb5e4 Remove NEW! markers on old processes
ecffb5e4 is described below

commit ecffb5e4bedaa4b5c3344f5b78efc7ee864677e3
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Feb 3 15:23:28 2026 -0500

    Remove NEW! markers on old processes
    
    Per request striker
---
 lib/whimsy/asf/meeting-util.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index c4edb36b..6d440c1a 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -26,13 +26,13 @@ module ASF
     MEETING_FILES = { # Filename in meeting dir, pathname to another deployed 
tool, or URL
       'README.txt' => 'README For Meeting Process And Roll Call',
       'runbook/email_03_nomination_of_board.txt' => 'How To Nominate Someone 
For Board',
-      '/members/nominate_board.cgi' => 'Nominate someone for the Board - NEW 
PROCESS!',
+      '/members/nominate_board.cgi' => 'Nominate someone for the Board',
       'runbook/email_02_nomination_of_members.txt' => 'How To Nominate A New 
Member',
-      '/members/nominate_member.cgi' => 'Nominate someone for ASF Member - NEW 
PROCESS!',
+      '/members/nominate_member.cgi' => 'Nominate someone for ASF Member',
       '/members/proxy.cgi' => 'Submit A Proxy/Check Your Proxies',
       'agenda.txt' => 'Official Meeting Agenda',
       '/members/check_boardnoms.cgi' => 'Cross-check existing Board 
nominations',
-      'board_ballot.txt' => 'Official Board Candidate Ballots and Statements - 
NEW PROCESS!',
+      'board_ballot.txt' => 'Official Board Candidate Ballots and Statements',
       'board_nominations.txt' => 'Official list of Board Nominations',
       '/members/check_membernoms.cgi' => 'Cross-check existing New Member 
nominations',
       'nominated-members.txt' => 'Official list of New Member nominations',

Reply via email to