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:19:47 UTC

[whimsy] branch master updated: add message, file extension

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  eba6dfe   add message, file extension
eba6dfe is described below

commit eba6dfe6feaf5434f1326a41fe234d7b8dcfa1e7
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 12 15:19:31 2016 -0400

    add message, file extension
---
 www/secmail/views/actions/icla.json.rb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/secmail/views/actions/icla.json.rb b/www/secmail/views/actions/icla.json.rb
index 9ad022e..3c7a3ef 100644
--- a/www/secmail/views/actions/icla.json.rb
+++ b/www/secmail/views/actions/icla.json.rb
@@ -27,7 +27,8 @@ _task "svn commit documents/iclas/#@filename#{fileext}" do
     _.system 'svn', 'status', "#{dir}/iclas"
 
     # commit changes
-    _.system! 'svn', 'commit', "#{dir}/iclas/#{@filename}",
+    _.system! 'svn', 'commit', "#{dir}/iclas/#{@filename}#{fileext}",
+      '-m', "ICLA from #{@pubname}",
       ['--non-interactive', '--no-auth-cache'],
       ['--username', env.user.untaint, '--password', env.password.untaint]
   end
@@ -48,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",
+      "#{dir}/officers", '-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>'].