Git Integration with Bug Genie?

I installed The Bug Genie bug tracker for use in one of my development teams and so far, most of the things have been pretty easy to get work done. Now, I would like to use their Git integration. However, their documentation seems a bit lacking, and I seem to know some things that apparently don't.

Does anyone know of good resources for setting up Git integration in Bug Genie? I have a Linux-based server on which I have full control, so I'm not very limited in this aspect, and I can use the hooks that Bug Genie is connected to. I just need more tips to get things working.

I found the hook that they provided, but it really does not give me enough information to feel comfortable in my current server setup (which uses Capistrano for some things, and there are already some subsequent receiving hooks). I was hoping for something even clearer (even some clarification on the documentation is already there), so I do not need to resort to trial and error.

+5
source share
1 answer

In $buggeniedir/modules/vcs_integration/hooks/gitthere is a script hook, it is pretty much self-documenting.

Keep in mind, you will have to manually add it to each repository, unfortunately.

Edit:

- $buggeniedir/modules/vcs_integration/hooks/git/tbg-post-receive $your-repo-dir/.git/hooks/post-receive ( !). post-receive, , Bug Genie (, !). hook. - Bug Genie, yourbugenieurl.com/configure/module/vcs_integration, " " ( , , ).

/ , -, :)

+5

All Articles