Install and configure the webhook server for pagure

This commit is contained in:
Pierre-Yves Chibon 2015-11-30 16:16:18 +01:00
parent 1cad2336c0
commit 956a4e4a9b
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@
- pagure - pagure
- pagure-milters - pagure-milters
- pagure-ev - pagure-ev
- pagure-webhook
- python-psycopg2 - python-psycopg2
- redis - redis
- libsemanage-python - libsemanage-python
@ -286,6 +287,7 @@
- pagure_milter - pagure_milter
- redis - redis
- pagure_ev - pagure_ev
- pagure_webhook
ignore_errors: true ignore_errors: true
tags: tags:
- pagure - pagure

View file

@ -77,6 +77,8 @@ REDIS_HOST = '0.0.0.0'
REDIS_PORT = 6379 REDIS_PORT = 6379
REDIS_DB = 0 REDIS_DB = 0
WEBHOOK = True
### Folder containing to the git repos ### Folder containing to the git repos
GIT_FOLDER = '/srv/git/repositories' GIT_FOLDER = '/srv/git/repositories'