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 2015/12/04 20:20:18 UTC

[whimsy.git] [35/50] Commit 4e53f1f: tweaklets

Commit 4e53f1f3819ebada5c675c09eb3b28f8e2180700:
    tweaklets
    git-svn-id: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy@820559 90ea9780-b833-de11-8433-001ec94261de


Branch: refs/heads/master
Author: Daniel Shahaf <da...@apache.org>
Committer: Daniel Shahaf <da...@apache.org>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/officers/mlreq.cgi                                       | ++ --
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/officers/mlreq.cgi b/www/officers/mlreq.cgi
index 9dbdeb9..ea6ed5d 100755
--- a/www/officers/mlreq.cgi
+++ b/www/officers/mlreq.cgi
@@ -101,7 +101,7 @@ _html do
 
     if _.post?
       Dir.chdir '/var/tools/infra/mlreq'
-      _.system 'svn update'
+      _.system 'svn update --non-interactive'
 
       # extract moderators from input fields or text area
       mods = params.select {|name,value| name =~ /^mod\d+$/ and value != ['']}.
@@ -146,7 +146,7 @@ _html do
         domain: /^apache[.]org$/,
         muopts: /^(mu|Mu|mU)$/,
         replytolist: /^(true|false)$/,
-        notifyee: /^\w+@apache[.]org$/
+        notifyee: /^\w+[@]apache[.]org$/
       }
 
       queue.each do |vars|