README.rst 434 B

123456789101112
  1. Pagure LogCom
  2. =============
  3. This is the service logging in the user's commits to be displayed in the
  4. database.
  5. This service is triggered by a git hook, sending a notification that a push
  6. happened. This service receive the notification and goes over all the commit
  7. that got pushed and logs the activity corresponding to that user.
  8. * Run::
  9. PAGURE_CONFIG=/path/to/config PYTHONPATH=. python pagure-logcom/pagure_logcom_server.py