From a8874384960d7764be5025bac11c717e1b0dd41b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 11 Apr 2019 14:05:29 +0200 Subject: [PATCH] Allow admins to create repoSpanner repos and to migrate Signed-off-by: Patrick Uiterwijk --- roles/pagure/frontend/templates/pagure.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 85ca6df7e3..8ff5c58fad 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -342,9 +342,9 @@ SSH_COMMAND_NON_REPOSPANNER = ([ # For now, repoSpanner is enabled on a per-repo basis. # currently, only for the ansible repo. REPOSPANNER_NEW_REPO = None -REPOSPANNER_NEW_REPO_ADMIN_OVERRIDE = False +REPOSPANNER_NEW_REPO_ADMIN_OVERRIDE = True REPOSPANNER_NEW_FORK = None -REPOSPANNER_ADMIN_MIGRATION = False +REPOSPANNER_ADMIN_MIGRATION = True REPOSPANNER_REGIONS = { "ansible": {"url": "https://pagure01.ansible.fedoraproject.org:{{ repoSpanner_ansible_http }}", "repo_prefix": "pagure/",