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 2017/09/13 23:44:41 UTC

[whimsy] branch master updated: WHIMSY-139 Inconsistent log comments for acreq requests

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 3fc49d9  WHIMSY-139 Inconsistent log comments for acreq requests
3fc49d9 is described below

commit 3fc49d93911ac1bcda4ed7aa23b5541e56b9cfe7
Author: Sebb <se...@apache.org>
AuthorDate: Thu Sep 14 00:44:28 2017 +0100

    WHIMSY-139 Inconsistent log comments for acreq requests
---
 www/officers/acreq.cgi                             | 2 +-
 www/secretary/workbench/views/actions/icla.json.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index c856e79..14c1c8b 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -322,7 +322,7 @@ _html do
                     rc = _.system ['/usr/bin/svn',
                       ['--username', env.user, '--password', env.password],
                       'commit', "#{tmpdir}/new-account-reqs.txt",
-                      '-m', "#{requestor} account request by #{user.id}"]
+                      '-m', "#{@user} account request by #{user.id} for #{requestor}"]
 
                     if rc == 0
                       mail.deliver!
diff --git a/www/secretary/workbench/views/actions/icla.json.rb b/www/secretary/workbench/views/actions/icla.json.rb
index 942042b..e5d0845 100644
--- a/www/secretary/workbench/views/actions/icla.json.rb
+++ b/www/secretary/workbench/views/actions/icla.json.rb
@@ -210,7 +210,7 @@ if @valid_user and @pmc and not @votelink.empty?
       svn 'diff', dest
 
       # commit changes
-      svn 'commit', dest, '-m', "#{@user} account request by #{env.user}"
+      svn 'commit', dest, '-m', "#{@user} account request by #{env.user} for #{@pmc.name}"
     end
   end
 

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