Allow admins to create repoSpanner repos and to migrate
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
0a6a20e986
commit
a887438496
1 changed files with 2 additions and 2 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue