[Python-Dev] PEP 385: Auditing (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sat Feb 13 15:25:58 CET 2010


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/bsmedbergmozilla.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.

This seems to just be the code that generates the feed, out of a database pushlog2.db that somehow must be created. So where is the code to actually fill that database?

Regards, Martin



More information about the Python-Dev mailing list