/srv/board emails - are they needed?

2019-05-01 Thread sebb
There are quite a few board@ mails stored under /srv/board. These date from 201605 to 201705. Some are duplicates of those under /srv/mail/board but there are some unique ones, and some are copies sent to whimsy-vm3 for which there are copies sent to whimsy-vm4. Do these need to be copied to the

Whimsy Added to Kibble Demo

2019-05-01 Thread Sharan Foga
HI All A quick note to let you know that I am adding Whimsy to the Kibble demo.It's part of my research on the transmission of Apache culture through incubation. I'd like to use the Whimsy data as a comparison against projects that did undergo incubation. Not sure what the result will be at thi

Re: /srv/board emails - are they needed?

2019-05-01 Thread Sam Ruby
On Wed, May 1, 2019 at 10:53 AM sebb wrote: > > There are quite a few board@ mails stored under /srv/board. These date > from 201605 to 201705. > > Some are duplicates of those under /srv/mail/board but there are some > unique ones, and some are copies sent to whimsy-vm3 for which there > are copi

'.*Board feedback on 2017-05-17 (.*) report'

2019-05-01 Thread sebb
https://github.com/apache/whimsy/blob/master/www/board/agenda/routes.rb#L129 says: next unless raw =~ /Subject: .*Board feedback on 2017-05-17 (.*) report/ This looks like it was intended to be a variable date rather than fixed in May 2017. Is it supposed to be #{date} instead? S

Re: /srv/board emails - are they needed?

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 16:48, Sam Ruby wrote: > > On Wed, May 1, 2019 at 10:53 AM sebb wrote: > > > > There are quite a few board@ mails stored under /srv/board. These date > > from 201605 to 201705. > > > > Some are duplicates of those under /srv/mail/board but there are some > > unique ones, and

Re: /srv/board emails - are they needed?

2019-05-01 Thread Sam Ruby
On Wed, May 1, 2019 at 12:09 PM sebb wrote: > > On Wed, 1 May 2019 at 16:48, Sam Ruby wrote: > > > > On Wed, May 1, 2019 at 10:53 AM sebb wrote: > > > > > > There are quite a few board@ mails stored under /srv/board. These date > > > from 201605 to 201705. > > > > > > Some are duplicates of thos

Re: /srv/board emails - are they needed?

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 17:29, Sam Ruby wrote: > > On Wed, May 1, 2019 at 12:09 PM sebb wrote: > > > > On Wed, 1 May 2019 at 16:48, Sam Ruby wrote: > > > > > > On Wed, May 1, 2019 at 10:53 AM sebb wrote: > > > > > > > > There are quite a few board@ mails stored under /srv/board. These date > > >

Re: '.*Board feedback on 2017-05-17 (.*) report'

2019-05-01 Thread Sam Ruby
On Wed, May 1, 2019 at 12:05 PM sebb wrote: > > https://github.com/apache/whimsy/blob/master/www/board/agenda/routes.rb#L129 > says: > > next unless raw =~ /Subject: .*Board feedback on 2017-05-17 (.*) report/ > > This looks like it was intended to be a variable date rather than > fixed in May 201

Copy /srv/gpg to new host?

2019-05-01 Thread sebb
I wonder if we need to copy /srv/gpg when setting up a new host? Or at least parts of it, such as the public key database? S.

Re: '.*Board feedback on 2017-05-17 (.*) report'

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 17:34, Sam Ruby wrote: > > On Wed, May 1, 2019 at 12:05 PM sebb wrote: > > > > https://github.com/apache/whimsy/blob/master/www/board/agenda/routes.rb#L129 > > says: > > > > next unless raw =~ /Subject: .*Board feedback on 2017-05-17 (.*) report/ > > > > This looks like it w

Re: Copy /srv/gpg to new host?

2019-05-01 Thread Matt Sicker
That'd be useful for speeding up key lookups when someone submits a doc with a key we've already seen before (possible with some docs submitted, though unlikely). On Wed, 1 May 2019 at 11:35, sebb wrote: > > I wonder if we need to copy /srv/gpg when setting up a new host? > > Or at least parts of

Passing multiple value select form elements?

2019-05-01 Thread Shane Curcuru
How can a simple .cgi script in the Whimsy environment get multiple values for a select control in a form when handling _.post? I've tried several different techniques, but no dice - I only ever get the *first* data value being passed from the select element back in my whimsy handler for the post.

Re: Passing multiple value select form elements?

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 21:35, Shane Curcuru wrote: > > How can a simple .cgi script in the Whimsy environment get multiple > values for a select control in a form when handling _.post? > > I've tried several different techniques, but no dice - I only ever get > the *first* data value being passed f

Re: Passing multiple value select form elements?

2019-05-01 Thread Sam Ruby
On Wed, May 1, 2019 at 4:35 PM Shane Curcuru wrote: > > How can a simple .cgi script in the Whimsy environment get multiple > values for a select control in a form when handling _.post? > > I've tried several different techniques, but no dice - I only ever get > the *first* data value being passed