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 d7b3715d Add link to board nominations file
d7b3715d is described below
commit d7b3715d75989ab7b67cc2c904228ebe297014ea
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 14 15:38:18 2024 +0000
Add link to board nominations file
---
lib/whimsy/asf/meeting-util.rb | 1 +
www/members/meeting.cgi | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index bf8767b7..2e5bc061 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -23,6 +23,7 @@ module ASF
'https://www.apache.org/foundation/governance/meetings' => 'How Voting
Via Email Works',
'agenda.txt' => 'Official Meeting Agenda',
'board_ballot.txt' => 'Official Board Candidate Ballots',
+ 'board_nominations.txt' => 'Board Nominations',
'nominated-members.txt' => 'Official New Member Nominees/Seconds',
PROXIES_FILENAME => 'Official List Of Meeting Proxies',
'record' => 'Official List Of Voting Members',
diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index 360b6823..454b8e9e 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -200,7 +200,7 @@ _html do
_ 'Before the meeting, any Member may nominate people either for the
Board, or as a New Member Candidate. Much of this discussion happens on
members@ mailing list. Remember, all new nominated names must be checked into
SVN 10 days before the meeting.'
_ 'Also, you should submit a proxy if you might not attend the the
meeting.'
_ul do
- ['board_ballot.txt', 'nominated-members.txt',
'/members/proxy.cgi'].each do |f|
+ ['board_nominations.txt', 'board_ballot.txt',
'nominated-members.txt', '/members/proxy.cgi'].each do |f|
_li do
emit_link(svn_mtg_dir, f, ASF::MeetingUtil::MEETING_FILES[f])
end