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'",
|
"'%(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/bin/%(cmd)s",
|
||||||
"%(username)s",
|
"/srv/git/repositories/%(reponame)s",
|
||||||
"%(cmd)s",
|
], {"GL_USER": "%(username)s"})
|
||||||
"%(reponame)s",
|
|
||||||
], {})
|
|
||||||
|
|
||||||
|
|
||||||
# For now, repoSpanner is enabled on a per-repo basis.
|
# For now, repoSpanner is enabled on a per-repo basis.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue