Allow admins to create repoSpanner repos and to migrate

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-04-11 14:05:29 +02:00
parent 0a6a20e986
commit a887438496

View file

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