Fix CCG minutes.
Closed this issue · 5 comments
The main CCG meeting minutes from 2022-09-20 onward are not correct. The irc logs are there, but the generated and sent emails and the web pages are wrong and usually just have one line. The other related groups seem fine.
https://github.com/w3c-ccg/meetings/tree/main/2022-09-20
https://github.com/w3c-ccg/meetings/tree/main/2022-09-27
https://github.com/w3c-ccg/meetings/tree/main/2022-10-04
https://github.com/w3c-ccg/meetings/tree/main/2022-10-11
https://github.com/w3c-ccg/meetings/tree/main/2022-10-18
https://github.com/w3c-ccg/meetings/tree/main/2022-10-25
https://github.com/w3c-ccg/meetings/tree/main/2022-11-01
At first glance, this appears to be a line-ending issue in irc.log
. Investigating.
These have been fixed, please review and confirm.
- Looks much better, thanks!
- The agenda search links are kind of weird, but that's fine.
- I saw an updated 2022-09-20 minutes mail went out. Were the other updated ones supposed to get mailed out too?
- Was it a line-end issue? I see the logs were converted. Did the tooling get fixed to handle this in the future?
- Agenda links are auto-generated by the tooling UNLESS there is an
Agenda:
line in the transcript, see here - The first minutes email was accidental, the intention was to avoid spamming the list.
- I did not update the tooling, I only changed the irc.log files to convert CRLF to LF and remove the BOM marker.
I believe that this is the offending line, will try for a PR today.