[Python-Dev] PEP 385: Auditing (original) (raw)
Rafael Villar Burke pachi at rvburke.com
Sat Feb 13 14:47:23 CET 2010
- Previous message: [Python-Dev] PEP 385: Auditing
- Next message: [Python-Dev] PEP 385: Auditing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Antoine Pitrou <solipsis pitrou.net> writes:
Martin v. Löwis <martin v.loewis.de> writes: > > Alterntively, the email notification sent to python-checkins could could > report who the pusher was. This sounds reasonable, assuming it doesn't disclose any private information.
There are already made solutions for that, as the pushlog hooks used by Mozilla, OpenJDK and others.
Mozilla's pushlog can be seen here:
http://hg.mozilla.org/mozilla-central/pushloghtml
And its code is avaliable here: http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/file/tip/pushlog-feed.py
Dirkjan is its author, so I suppose he was already thinking about having a similar hook for Python repos.
Regards,
Rafael
- Previous message: [Python-Dev] PEP 385: Auditing
- Next message: [Python-Dev] PEP 385: Auditing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]