Fix path to repobridge config
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
45b6f4becb
commit
176d302e3d
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ SSH_COMMAND_REPOSPANNER = ([
|
|||
"--extra", "project_namespace", "%(project_namespace)s",
|
||||
"%(cmd)s",
|
||||
"'pagure/%(repotype)s/%(reponame)s'",
|
||||
], {"REPOBRIDGE_CONFIG": "/etc/repospanner/bridge_%(region)s.json"})
|
||||
], {"REPOBRIDGE_CONFIG": "/etc/bridge/rpms.json"})
|
||||
SSH_COMMAND_NON_REPOSPANNER = ([
|
||||
"/usr/share/gitolite3/gitolite-shell",
|
||||
"%(username)s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue