2013-07-09 79 views
1

我正在使用Debian服務器,在那裏我安裝了bugzilla。根據gitzilla安裝指南中的建議,我想將Gitzilla整合到github.com上的一個項目中,使用github.com項目作爲我的中心回購。因此,我不十分清楚,在哪裏做以下步驟:Gitzilla:在Bugzilla中集成github項目

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網址將在/ 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將是路徑。