Install and configure the webhook server for pagure
This commit is contained in:
parent
1cad2336c0
commit
956a4e4a9b
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue