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 2017/07/05 13:53:48 UTC

[whimsy] branch master updated: more testing

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 852f333  more testing
852f333 is described below

commit 852f3336220109f992e4d6a37b142d27392b01f9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jul 5 09:47:11 2017 -0400

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

diff --git a/www/secretary/public-names.cgi b/www/secretary/public-names.cgi
index f010034..3588b06 100755
--- a/www/secretary/public-names.cgi
+++ b/www/secretary/public-names.cgi
@@ -59,7 +59,7 @@ _html do
         (['--username', $USER, '--password', $PASSWORD] if $PASSWORD),
         'https://svn.apache.org/repos/private/foundation/officers',
         officers]
-      _.system ['svn', 'up', '--username', 'whimsysvn', officers + '/iclas.txt']
+      _.system ['svn', 'up', officers + '/iclas.txt']
       next unless File.exist? officers + '/iclas.txt'
       iclas = File.read(officers + '/iclas.txt')
 
@@ -99,6 +99,7 @@ _html do
         end
       end
 
+      next
       _.system ['svn', 'commit', '-m', message, 
         ['--no-auth-cache', '--non-interactive'],
         (['--username', $USER, '--password', $PASSWORD] if $PASSWORD),

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