我正在使用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。
答案 0 :(得分:0)
https://github.com/your_repository.git/.git/hooks
将是您应该执行这些步骤的路径。
如果您有一个裸存储库,那么https://github.com/your_repository.git/hooks
就是路径。