我在远程中央存储库服务器上的/ect/gitzillarc.gitzilla配置文件中设置了所有读写权限。文件代码config的内容如下
[/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)”,当然bugzilla_url值在我的配置文件中具有真实名称,而不是示例名称。
我试了很多次,但都不能正常工作。谢谢你的帮助。
发布于 2015-02-09 18:59:13
添加xmlrpc.cgi和bugzilla URL应该可以解决这个问题。这是Pybugz中解决此问题的方法。
例如,如果您的bugzilla URL是https://repo.example.com/bugzilla/,请尝试使用https://repo.example.com/bugzilla/xmlrpc.cgi。
https://stackoverflow.com/questions/12734807
复制相似问题