diff options
| author | Igor Gnatenko <ignatenkobrain@fedoraproject.org> | 2017-09-06 09:45:48 +0200 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2017-09-09 18:54:22 +0000 |
| commit | 0c321472811e5588d3b96135c8752a855ac07620 (patch) | |
| tree | b42e8d2f0ac90e23da1207b4058c384546bc67e8 /roles/distgit | |
| parent | 07975eb7e9a31a964feb86dc39d2dfd548084759 (diff) | |
| download | ansible-0c321472811e5588d3b96135c8752a855ac07620.tar.gz ansible-0c321472811e5588d3b96135c8752a855ac07620.tar.xz ansible-0c321472811e5588d3b96135c8752a855ac07620.zip | |
pagure: allow to delete forks
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Diffstat (limited to 'roles/distgit')
| -rw-r--r-- | roles/distgit/pagure/templates/pagure.cfg | 1 | ||||
| -rw-r--r-- | roles/distgit/pagure/templates/pagure_hook.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index b3f8131b5..833c57dc8 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -188,6 +188,7 @@ PROJECT_TICKETS = False ENABLE_NEW_PROJECTS = True ENABLE_UI_NEW_PROJECTS = False ENABLE_DEL_PROJECTS = False +ENABLE_DEL_FORKS = True ENABLE_TICKETS = False ENABLE_GROUP_MNGT = False DEPLOY_KEY = False diff --git a/roles/distgit/pagure/templates/pagure_hook.cfg b/roles/distgit/pagure/templates/pagure_hook.cfg index 023246f17..ff19e18c1 100644 --- a/roles/distgit/pagure/templates/pagure_hook.cfg +++ b/roles/distgit/pagure/templates/pagure_hook.cfg @@ -45,6 +45,7 @@ CASE_SENSITIVE = True PROJECT_TICKETS = False ENABLE_NEW_PROJECTS = True ENABLE_DEL_PROJECTS = False +ENABLE_DEL_FORKS = True ENABLE_TICKETS = False ENABLE_GROUP_MNGT = False DEPLOY_KEY = False |
