Do not use gitolite in the push process anymore
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
17eb141edb
commit
5ed0fcc812
1 changed files with 3 additions and 5 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue