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 2019/06/02 12:53:58 UTC

[whimsy] branch master updated: Drop debug option

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 8a3e7e7  Drop debug option
8a3e7e7 is described below

commit 8a3e7e7f08f9f26acbbcefcb4d7ffccfa5e7c5bc
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 2 13:53:55 2019 +0100

    Drop debug option
---
 www/roster/views/actions/nonpmc.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/actions/nonpmc.json.rb b/www/roster/views/actions/nonpmc.json.rb
index d718aa3..b5c2de0 100644
--- a/www/roster/views/actions/nonpmc.json.rb
+++ b/www/roster/views/actions/nonpmc.json.rb
@@ -39,7 +39,7 @@ if env.password
   if @targets.include? 'info'
     cinfo = File.join(ASF::SVN['board'], 'committee-info.txt')
     message = "#{@project} #{@action == 'add' ? '+' : '-'}= #{who}".untaint
-    ASF::SVN.update cinfo, message, env, _, {:dryrun => true } do |tmpdir, contents|
+    ASF::SVN.update cinfo, message, env, _ do |tmpdir, contents|
       contents = ASF::Committee.update_roster(contents, @project, people, @action)
       contents
     end