We are not using a prefix here
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f583bde234
commit
fe03c997a8
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,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/pagure/repobridge_ansible.json"})
|
], {"REPOBRIDGE_CONFIG": "/etc/pagure/repobridge_ansible.json"})
|
||||||
SSH_COMMAND_NON_REPOSPANNER = ([
|
SSH_COMMAND_NON_REPOSPANNER = ([
|
||||||
"/usr/share/gitolite3/gitolite-shell",
|
"/usr/share/gitolite3/gitolite-shell",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue