Remove gitolite from pagure push process
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
d95028ac9e
commit
1668c1b41e
1 changed files with 3 additions and 5 deletions
|
@ -334,11 +334,9 @@ SSH_COMMAND_REPOSPANNER = ([
|
|||
"'%(repotype)s/%(reponame)s'",
|
||||
], {"REPOBRIDGE_CONFIG": "/etc/pagure/repobridge_ansible.json"})
|
||||
SSH_COMMAND_NON_REPOSPANNER = ([
|
||||
"/usr/share/gitolite3/gitolite-shell",
|
||||
"%(username)s",
|
||||
"%(cmd)s",
|
||||
"%(reponame)s",
|
||||
], {})
|
||||
"/usr/bin/%(cmd)s",
|
||||
"/srv/git/repositories/%(reponame)s",
|
||||
], {"GL_USER": "%(username)s"})
|
||||
|
||||
|
||||
# For now, repoSpanner is enabled on a per-repo basis.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue