2

我在远程中央存储库服务器上的 /ect/gitzillarc 上设置了 gitzilla 配置文件,具有所有读写权限。文件代码配置内容如下

[/home/gituser/repositories/git-main/git-main.git/.git]
bugzilla_url: https://repo.example.com/bugzilla/
bugzilla_user: sboppana@example.com
bugzilla_password: s123
user_config: deny
allowed_bug_states: NEW, ASSIGNED, REOPENED
logfile: /var/log/gitzilla.log
loglevel: info`

python at 2.6.5
pybugz at 0.9.3 (tried with 0.8.0 also)
Gitzilla at gera-gitzilla-gitzilla-2.0-19-geceeaca.tar.gz

我收到错误“远程:缺少/不完整的 bugzilla conf (no bugzilla_url)”与 git push 当然 bugzilla_url 值在我的配置文件中具有真实名称而不是示例名称。

尝试了很多,但无法让它工作。感谢所有的帮助。

4

1 回答 1

0

添加xmlrpc.cgi和 bugzilla URL 应该可以解决这个问题。这是 Pybugz 中问题的解决方法。

例如,如果您的 bugzilla URLhttps://repo.example.com/bugzilla/尝试使用https://repo.example.com/bugzilla/xmlrpc.cgiThis 应该可以。

于 2015-02-09T10:59:13.107 回答