Gitzilla:在Bugzilla中集成github项目

时间:2013-07-09 09:25:04

标签: github installation bugzilla pybugz gitzilla

我正在使用Debian服务器,我安装了bugzilla。根据gitzilla安装指南中的建议,我想将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的user_name和PW。

最佳,

H.M。

1 个答案:

答案 0 :(得分:0)

https://github.com/your_repository.git/.git/hooks将是您应该执行这些步骤的路径。

如果您有一个裸存储库,那么https://github.com/your_repository.git/hooks就是路径。