Remove gitolite from pagure push process

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-04-10 19:03:25 +02:00
parent d95028ac9e
commit 1668c1b41e

View file

@ -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.