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/",