Patrick Uiterwijk 6256cdac0c Fix logcom server 7 years ago
..
README.rst 21a8046ee4 Create the pagure-logcom service and add a README presenting it 8 years ago
pagure_logcom.service 3e603f0591 Add the service file for pagure_logcom 8 years ago
pagure_logcom_server.py 6256cdac0c Fix logcom server 7 years ago

README.rst

Pagure LogCom
=============

This is the service logging in the user's commits to be displayed in the
database.
This service is triggered by a git hook, sending a notification that a push
happened. This service receive the notification and goes over all the commit
that got pushed and logs the activity corresponding to that user.

* Run::

PAGURE_CONFIG=/path/to/config PYTHONPATH=. python pagure-logcom/pagure_logcom_server.py