Closed
Bug 670925
Opened 14 years ago
Closed 14 years ago
Get current data on mailing lists from lists.mozilla.org
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gerv, Assigned: dumitru)
Details
Attachments
(1 file)
705 bytes,
text/x-python
|
Details |
In order to migrate the remaining Mozilla discussion forums to the new moderated versions, we need to make sure the moderators are ready to take on the task. However, it's not currently clear how many groups have moderators, and who they are. The attached script will provide that data; please can you run it on lists.mozilla.org and send me the results?
You run it as follows:
withlist -a -r listinfo > alllists.tsv
It outputs data about the lists in tab-separated value format. (CSV might be better, but I'd need an escaping library.)
listinfo.py needs to be on your path; I hacked it by copying it into the same directory as the "withlist" script, but you may want to do something nicer.
Deadline: before Friday please, as I want to talk to people about this next week when I fly to the US.
Thanks! :-)
Gerv
Assignee | ||
Comment 1•14 years ago
|
||
Run and sent directly to you.
Assignee: server-ops → dgherman
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•14 years ago
|
||
Thank you :-)
Gerv
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•