No prefix is used
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
4cf056ea83
commit
af5ee236bb
1 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,7 @@ SSH_COMMAND_REPOSPANNER = ([
|
|||
"--extra", "project_user", "%(project_user)s",
|
||||
"--extra", "project_namespace", "%(project_namespace)s",
|
||||
"%(cmd)s",
|
||||
"'pagure/%(repotype)s/%(reponame)s'",
|
||||
"'%(repotype)s/%(reponame)s'",
|
||||
], {"REPOBRIDGE_CONFIG": "/etc/repobridge/rpms.json"})
|
||||
SSH_COMMAND_NON_REPOSPANNER = ([
|
||||
"/usr/share/gitolite3/gitolite-shell",
|
||||
|
@ -84,5 +84,4 @@ SSH_COMMAND_NON_REPOSPANNER = ([
|
|||
"%(cmd)s",
|
||||
"%(reponame)s",
|
||||
], {})
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue