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

rubys 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 1d4c236  more testing
1d4c236 is described below

commit 1d4c23676716ce7a399f7ac4a737451a3050b9cc
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Jul 5 10:04:46 2017 -0400

    more testing
---
 www/secretary/public-names.cgi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/secretary/public-names.cgi b/www/secretary/public-names.cgi
index 3588b06..8dac49b 100755
--- a/www/secretary/public-names.cgi
+++ b/www/secretary/public-names.cgi
@@ -12,6 +12,10 @@ unless user.asf_member? or ASF.pmc_chairs.include? user
   exit
 end
 
+# default HOME directory
+require 'env'
+ENV['HOME'] ||= Etc.getpwuid.dir
+
 _html do
   _style :system if @updates
 
@@ -59,6 +63,7 @@ _html do
         (['--username', $USER, '--password', $PASSWORD] if $PASSWORD),
         'https://svn.apache.org/repos/private/foundation/officers',
         officers]
+
       _.system ['svn', 'up', officers + '/iclas.txt']
       next unless File.exist? officers + '/iclas.txt'
       iclas = File.read(officers + '/iclas.txt')

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to