You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/03 18:21:44 UTC

[whimsy.git] [1/1] Commit febca81: remove secmail status

Commit febca815dafac72296b5e02d4385103f490ad1dc:
    remove secmail status


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/secretary/workbench/worklist.cgi                         |  ----
------------------------------------------------------------
4 changes: 0 additions, 4 deletions.
------------------------------------------------------------


diff --git a/www/secretary/workbench/worklist.cgi b/www/secretary/workbench/worklist.cgi
index 3f99d4c..9a22fa1 100755
--- a/www/secretary/workbench/worklist.cgi
+++ b/www/secretary/workbench/worklist.cgi
@@ -16,10 +16,6 @@ _html do
 
     _pre do
       _ `date` + "\n"
-      secmail_status = 'http://minotaur.apache.org/~apmail/secmail.txt'
-      secmail_status = 'http://140.211.11.9/~apmail/secmail.txt' # DNS issues
-      _a `curl -s #{secmail_status}`.sub(': ', ":\n"), href: secmail_status,
-        target: '_blank'
     end
 
     if `which svn`.empty?