We really need our own email notice for this project, No??

So it appears that commit == deploy. Yay for us.

Now, I’d like to make room for the buttons on the right of the screen. Is there 
a way to resize the columns? The ICLA stub column is too wide. Or when I add 
the buttons will it resize automatically?

Craig

> Begin forwarded message:
> 
> From: [email protected]
> Subject: svn commit: r972640 - 
> /infrastructure/trunk/projects/whimsy/www/secretary/icla-lint.cgi
> Date: November 16, 2015 at 3:03:58 PM PST
> To: [email protected]
> 
> Author: clr
> Date: Mon Nov 16 23:03:58 2015
> New Revision: 972640
> 
> Log:
> Update icla-lint
> 
> Modified:
>    infrastructure/trunk/projects/whimsy/www/secretary/icla-lint.cgi
> 
> Modified: infrastructure/trunk/projects/whimsy/www/secretary/icla-lint.cgi
> ==============================================================================
> --- infrastructure/trunk/projects/whimsy/www/secretary/icla-lint.cgi 
> (original)
> +++ infrastructure/trunk/projects/whimsy/www/secretary/icla-lint.cgi Mon Nov 
> 16 23:03:58 2015
> @@ -32,7 +32,7 @@ _html do
> 
>   _div do
>     _input id: 'error', type: 'checkbox', checked: true
> -    _label 'document not found', for: 'error'
> +    _label 'icla not found', for: 'error'
>   end
> 
>   _div do
> @@ -64,11 +64,12 @@ _html do
>       _th 'availid'
>       _th 'public name'
>       _th 'issue'
> -      _th 'field 5'
> +      _th 'email'
> +      _th 'ICLA stub'
>     end
> 
>     document = File.read(input).untaint
> -    document.scan(/^(\w.*?):.*?:(.*?):.*:(.*)/) do |(id, name, comment)|
> +    document.scan(/^(\w.*?):.*?:(.*?):(.*?):(.*)/) do |(id, name, email, 
> comment)|
>       issue, note = nil, nil
>       comment2 = comment.dup
> 
> @@ -92,7 +93,7 @@ _html do
>         end
> 
>         if not missing.empty?
> -          issue, note = 'error', "document not found: 
> #{missing.first.inspect}"
> +          issue, note = 'error', "missing icla/#{missing.first.inspect}"
>         end
>       elsif comment =~ /^Treasurer;/ or comment =~ /^President;/
> 
> @@ -121,6 +122,7 @@ _html do
>           end
> 
>           _td note
> +          _td email
>           _td comment2
>         end
>       end
> 

Craig L Russell
Secretary, Apache Software Foundation
[email protected] http://db.apache.org/jdo



Reply via email to