Do not use gitolite in the push process anymore

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-11-21 12:23:45 +01:00
parent 17eb141edb
commit 5ed0fcc812

View file

@ -93,11 +93,9 @@ SSH_COMMAND_REPOSPANNER = ([
"'pagure/%(repotype)s/%(reponame)s'",
], {"REPOBRIDGE_CONFIG": "/etc/repobridge/rpms.json"})
SSH_COMMAND_NON_REPOSPANNER = ([
"/usr/share/gitolite3/gitolite-shell",
"%(username)s",
"%(cmd)s",
"%(reponame)s",
], {})
"/usr/libexec/git-core/%(cmd)s",
"%(repopath)s",
], {"GL_USER": "%(username)s"})
{% if env == "staging" %}