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_user", "%(project_user)s",
|
||||||
"--extra", "project_namespace", "%(project_namespace)s",
|
"--extra", "project_namespace", "%(project_namespace)s",
|
||||||
"%(cmd)s",
|
"%(cmd)s",
|
||||||
"'pagure/%(repotype)s/%(reponame)s'",
|
"'%(repotype)s/%(reponame)s'",
|
||||||
], {"REPOBRIDGE_CONFIG": "/etc/repobridge/rpms.json"})
|
], {"REPOBRIDGE_CONFIG": "/etc/repobridge/rpms.json"})
|
||||||
SSH_COMMAND_NON_REPOSPANNER = ([
|
SSH_COMMAND_NON_REPOSPANNER = ([
|
||||||
"/usr/share/gitolite3/gitolite-shell",
|
"/usr/share/gitolite3/gitolite-shell",
|
||||||
|
@ -84,5 +84,4 @@ SSH_COMMAND_NON_REPOSPANNER = ([
|
||||||
"%(cmd)s",
|
"%(cmd)s",
|
||||||
"%(reponame)s",
|
"%(reponame)s",
|
||||||
], {})
|
], {})
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue