我正在使用安装了 bugzilla 的 Debian 服务器。根据 gitzilla-installation 指南中的建议,我想将 Gitzilla 集成到 github.com 上的项目中,使用 github.com-project 作为我的中央仓库。因此,我不太确定,在哪里执行以下步骤:
Switch to the hooks directory (/path/to/repository/.git/hooks) and delete the post-receive and update hooks.
Link (or copy) the gitzilla provided hooks:
ln -s $(which gitzilla-post-receive) post-receive
ln -s $(which gitzilla-update) update
此外,我测试选择将我的 github.com-URL 集成到 /etc/gitzillarc 中,但没有成功。PyBugz 已安装,我定义了 bugzilla 的链接、bugzilla-admin 的用户名和密码。
最好的,
HM