README.rst 460 B

12345678910111213
  1. Pagure loadjson
  2. ===============
  3. This is the service loads into the database the JSON files representing
  4. issues (and in the future also the pull-requests).
  5. This service is triggered by a git hook, sending a notification that a push
  6. happened. This service receive the notification and find the list of file
  7. that changed and load them into the database.
  8. * Run::
  9. PAGURE_CONFIG=/path/to/config PYTHONPATH=. python pagure-loadjson/pagure_loadjson_server.py