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 0379cd2 stop if iclas.txt doesn't exisst
0379cd2 is described below
commit 0379cd2f255c241bc97d6cd054f3933bac3e970f
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Jul 5 00:08:31 2017 -0400
stop if iclas.txt doesn't exisst
---
www/secretary/public-names.cgi | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/secretary/public-names.cgi b/www/secretary/public-names.cgi
index f24eeed..1a74b8f 100755
--- a/www/secretary/public-names.cgi
+++ b/www/secretary/public-names.cgi
@@ -60,6 +60,7 @@ _html do
'https://svn.apache.org/repos/private/foundation/officers',
officers]
_.system ['svn', 'up', officers + '/iclas.txt']
+ break unless File.exist? officers + '/iclas.txt'
iclas = File.read(officers + '/iclas.txt')
updates.each do |id, names|
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].