1

私はbugzillaをインストールしたDebianサーバーで作業しています。gitzilla-installation ガイドラインの提案に従って、github.com-project を中央レポとして使用して、Gitzilla を github.com のプロジェクトに統合したいと考えています。したがって、次の手順をどこで実行すればよいかよくわかりません。

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 を定義しました。

一番、

HM

4

1 に答える 1

0

https://github.com/your_repository.git/.git/hooksステップを実行するパスになります。

裸のリポジトリがある場合はhttps://github.com/your_repository.git/hooks、パスになります。

于 2014-04-22T08:28:11.700 に答える