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 4eaf0d46 Update to production list
4eaf0d46 is described below
commit 4eaf0d46c9f8b3908e6fe010b9be06a8532ccc11
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun Feb 2 11:01:51 2025 -0500
Update to production list
---
www/members/nominate_board.cgi | 7 +++----
www/members/nominate_member.cgi | 9 ++++-----
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index d1ddb89b..16889e22 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -12,7 +12,7 @@ require 'whimsy/asf/meeting-util'
require 'whimsy/asf/time-utils'
require 'mail'
-MAILING_LIST = '[email protected]'
+MAILING_LIST = '[email protected]'
def emit_form(title, prev_data)
_whimsy_panel(title, style: 'panel-success') do
@@ -45,7 +45,7 @@ def emit_form(title, prev_data)
label: 'Nominated by', name: 'nomby', readonly: true, value: $USER
)
_whimsy_forms_input(
- label: 'Seconded by', name: 'secby', helptext: 'Optional
comma-separated list of seconds; only if you have confirmed with the seconds
directly'
+ label: 'Seconded by', name: 'secby', helptext: 'Optional
comma-separated list of seconds availids; ONLY if you have confirmed with the
seconds directly'
)
field = 'statement'
_whimsy_forms_input(label: 'Nomination Statement', name: field, rows: 10,
@@ -169,7 +169,6 @@ _html do
ASF::SVN.svnpath!('Meetings') => 'Official Meeting Agenda Directory'
},
helpblock: -> {
- _h3 'TESTING - please report any errors at private@whimsical!'
_b "For: #{timelines['meeting_type']} Meeting on:
#{timelines['meeting_iso']}"
_p do
_ %Q{
@@ -177,7 +176,7 @@ _html do
It automatically adds a properly formatted nomination to the
#{ASF::MemberFiles::NOMINATED_BOARD} file,
and will then
}
- _strong 'send an email to the members@ list'
+ _strong "send an email to the #{MAILING_LIST} list"
_ ' 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, please use SVN.'
diff --git a/www/members/nominate_member.cgi b/www/members/nominate_member.cgi
index 7f593c7c..c529969f 100755
--- a/www/members/nominate_member.cgi
+++ b/www/members/nominate_member.cgi
@@ -12,7 +12,7 @@ require 'whimsy/asf/meeting-util'
require 'whimsy/asf/time-utils'
require 'mail'
-MAILING_LIST = '[email protected]'
+MAILING_LIST = '[email protected]'
def emit_form(title, prev_data)
_whimsy_panel(title, style: 'panel-success') do
@@ -24,7 +24,7 @@ def emit_form(title, prev_data)
_whimsy_forms_input(label: 'Nominated by', name: 'nomby', readonly:
true, value: $USER
)
_whimsy_forms_input(
- label: 'Seconded by', name: 'secby', helptext: 'Optional
comma-separated list of seconds; only if you have confirmed with the seconds
directly'
+ label: 'Seconded by', name: 'secby', helptext: 'Optional
comma-separated list of seconds; ONLY if you have confirmed with the seconds
directly'
)
field = 'statement'
_whimsy_forms_input(label: 'Nomination Statement', name: field, rows: 10,
@@ -151,7 +151,6 @@ _html do
ASF::SVN.svnpath!('Meetings') => 'Official Meeting Agenda Directory'
},
helpblock: -> {
- _h3 'TESTING - please report any errors at private@whimsical!'
_b "For: #{timelines['meeting_type']} Meeting on:
#{timelines['meeting_iso']}"
_p do
_ %Q{
@@ -159,9 +158,9 @@ _html do
It automatically adds a properly formatted nomination to the
#{ASF::MemberFiles::NOMINATED_MEMBERS} file,
and will then
}
- _strong 'send an email to the members@ list'
+ _strong "send an email to the #{MAILING_LIST} list"
_ ' from you with the nomination, '
- _a 'as is tradition.', href:
'https://lists.apache.org/[email protected]:2023-2:%22BOARD%20NOMINATION%22'
+ _a 'as is tradition.', href:
'https://lists.apache.org/[email protected]:2023-2:%22MEMBER%20NOMINATION%22'
_ ' This form only supports adding new nominations of existing
committers; to add seconds or comments, please use SVN. To nominate a
non-committer, add them manually and use use n/a for the id. '
_a 'Lookup committer availIDs', href: '/roster/committer/'
end