From 21a8046ee47c79d34f08bbcb21d9ba8b0302da05 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 22 2016 10:52:08 +0000 Subject: Create the pagure-logcom service and add a README presenting it --- diff --git a/pagure-logcom/README.rst b/pagure-logcom/README.rst new file mode 100644 index 0000000..b60fb19 --- /dev/null +++ b/pagure-logcom/README.rst @@ -0,0 +1,12 @@ +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