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 e7ae6eb3 Drop old code
e7ae6eb3 is described below

commit e7ae6eb33c2725195b46c5ecf5e66a5edb889046
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 9 15:37:56 2024 +0000

    Drop old code
---
 www/members/proxy.cgi | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 3a351914..874d4ea7 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -21,7 +21,6 @@ def emit_instructions(today, cur_mtg_dir, meeting)
         Data from the previous meeting on #{meeting} is shown below for 
debugging only.
       }
   end
-  if meeting != '20220615'
   _p %{
     This form allows you to assign a proxy for the upcoming
     Member's Meeting on #{meeting}. If there is any chance you might not be 
able
@@ -46,28 +45,6 @@ def emit_instructions(today, cur_mtg_dir, meeting)
     _code 'proxies'
     _ ' file.  The great majority of proxies assigned are for attendance only; 
not for voting.'
   end
-  else
-  _p do
-    _ "This form allows you to assign a proxy for the upcoming"
-    _ "Member's Meeting on #{meeting}. For this meeting, we encourage"
-    _strong 'every'
-    _ "ASF member to assign a proxy to the ASF Secretary."
-    _ "Attendance to the meeting is completely optional, and you can revoke a"
-    _ "proxy at any time."
-  end
-  _p %{
-    If you submit a proxy, you will still be sent ballots by email,
-    so you will still need to
-    cast your votes by checking your mail and clicking the links.
-  }
-  _p do
-    _ 'Note while the legal proxy form below states your proxy may have your 
voting rights, in practice '
-    _strong 'you will still be emailed your ballots'
-    _ ' unless you explicitly mark a \'*\' in the appropriate place in the '
-    _code 'proxies'
-    _ ' file.  The great majority of proxies assigned are for attendance only; 
not for voting.'
-  end
-  end
   num_members, quorum_need, num_proxies, attend_irc = 
ASF::MeetingUtil.calculate_quorum(cur_mtg_dir)
   if num_members
     _p do

Reply via email to