You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/09/12 19:24:21 UTC

[whimsy] branch master updated: add message to the *right* command

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  54f3885   add message to the *right* command
54f3885 is described below

commit 54f3885acf7002fafff5621016db6c0e34023253
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 12 15:24:03 2016 -0400

    add message to the *right* command
---
 www/secmail/views/actions/icla.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secmail/views/actions/icla.json.rb b/www/secmail/views/actions/icla.json.rb
index 3c7a3ef..be2446d 100644
--- a/www/secmail/views/actions/icla.json.rb
+++ b/www/secmail/views/actions/icla.json.rb
@@ -49,7 +49,7 @@ _task "svn commit foundation/officers/iclas.txt" do
     # checkout empty officers directory
     _.system! 'svn', 'checkout', '--depth', 'empty',
       'https://svn.apache.org/repos/private/foundation/officers', 
-      "#{dir}/officers", '-m', "ICLA from #{@pubname}",
+      "#{dir}/officers",
       ['--non-interactive', '--no-auth-cache'],
       ['--username', env.user.untaint, '--password', env.password.untaint]
 
@@ -67,7 +67,7 @@ _task "svn commit foundation/officers/iclas.txt" do
     _.system! 'svn', 'diff', dest
 
     # commit changes
-    _.system! 'svn', 'commit', dest,
+    _.system! 'svn', 'commit', dest, '-m', "ICLA from #{@pubname}",
       ['--non-interactive', '--no-auth-cache'],
       ['--username', env.user.untaint, '--password', env.password.untaint]
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].