From 93074d7249b2758c3c44af4fa75e059e774ebe71 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 24 Sep 2019 12:24:37 +0200 Subject: [PATCH] dist-git/pagure: Enable the issue tracker on the tests namespace Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/tasks/main.yml | 1 + roles/distgit/pagure/templates/pagure_shared.cfg | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/distgit/pagure/tasks/main.yml b/roles/distgit/pagure/tasks/main.yml index d288cfc7b1..c00d79302d 100644 --- a/roles/distgit/pagure/tasks/main.yml +++ b/roles/distgit/pagure/tasks/main.yml @@ -151,6 +151,7 @@ - /srv/git/repositories/ - /srv/git/repositories/forks - /srv/git/repositories/requests + - /srv/git/repositories/tickets tags: - gitolite - pagure diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index 050b74eec1..af5afc0a75 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -17,8 +17,9 @@ DOCS_FOLDER = None REQUESTS_FOLDER = '/srv/git/repositories/requests' ### Folder containing the tickets repos -ENABLE_TICKETS = False -TICKETS_FOLDER = None +ENABLE_TICKETS = True +ENABLE_TICKETS_NAMESPACE = ["tests"] +TICKETS_FOLDER = '/srv/git/repositories/tickets' ### Folder containing the clones of the remotes git repo REMOTE_GIT_FOLDER = '/srv/git/remotes'