我最近设置了一个 bugzilla 实例来进行错误跟踪,并希望将它与 git 集成。我发现 Gitzilla 从它的描述中看起来很棒,但经过数小时的困惑,我现在已经厌倦了它无法正常工作。我正在运行 Ubuntu Natty。1) pybugz 已安装,我可以使用以下方法访问错误:bugz --connection my_test get 197
但我不确定 Gitzilla 是否需要设置默认连接。不知道怎么做?2)我设置了 /etc/gitzillarc
[/home/rewolf/git_repos/myproj/.git]
bugzilla_url: http://server.domain/bugs/
bugzilla_user: bugzilla.username@domain.com
bugzilla_password: coolpass
logfile: /var/log/gitzilla
user_config: allow
3) 我在 4) 中设置了指向 git 钩子的符号链接,~/git_repos/myproj/.git/hooks/
我尝试执行以下提交:git commit -a -m "Bug 197: this is rubbish"
但没有发生任何特殊情况,而且我完全看不到任何反馈。/var/log/gitzilla 日志文件也是空的(它有 777 权限)。
我只是想了解如何让它发挥作用,如果有人可以帮助我,我会亲吻他们的脚(也许不是)。