You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/27 09:10:52 UTC

[whimsy] branch master updated: Not ready for use

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 544de63  Not ready for use
544de63 is described below

commit 544de6386cafaff0678e9d5a15cce3036c165902
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 27 10:10:46 2021 +0100

    Not ready for use
---
 www/committers/moderate.cgi | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/www/committers/moderate.cgi b/www/committers/moderate.cgi
index 13c2e98..7962aa1 100755
--- a/www/committers/moderate.cgi
+++ b/www/committers/moderate.cgi
@@ -85,16 +85,22 @@ _html do
       }
     ) do
 
+      _h2 'BETA SOFTWARE - not yet in use.'
+      _p %{
+        The form should work, but no updates will be made.
+        Please report any other issues to the Whimsy PMC.
+      }
+
+      ezmlmd_server = nil # prevent updates
       # get the EZMLM server id
-      ezmlmd_server = ASF::Config[:ezmlmd] || begin
-        File.read('/home/whimsysvn/.ezmlmd').chomp
-      rescue StandardError
-        _div.alert.alert_danger role: 'alert' do
-          _ 'Cannot determine mailing list server'
-        end
-        # break # skip rest of page
-        nil
-      end
+      # ezmlmd_server = ASF::Config[:ezmlmd] || begin
+      #   File.read('/home/whimsysvn/.ezmlmd').chomp
+      # rescue StandardError
+      #   _div.alert.alert_danger role: 'alert' do
+      #     _ 'Mailing list server is not set up. No updates are possible.'
+      #   end
+      #   break # skip rest of page
+      # end
 
       if tlp.size == 0 and podling.size == 0
         _fieldset do