2013-07-09 2 views
1

나는 bugzilla를 설치 한 데비안 서버에서 일하고 있습니다. gitzilla 설치 가이드 라인의 제안에 따라 Githilla를 github.com의 프로젝트에 통합하여 github.com 프로젝트를 중앙 리포지토리로 사용하고자합니다. 따라서, 나는 다음과 같은 단계를 수행 할 경우, 아주 확실하지 않다 :Gitzilla : Bugzilla에서 github-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 

또한, I의/etc/gitzillarc에 통합 할 수있는 내 github.com-URL을 선택하는 테스트,하지만 성공하지. 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이 경로가됩니다.

관련 문제