Tagged Questions
0
votes
1answer
19 views
How do I allow merge commits without a “Bug nnn” reference past gitzilla's hooks
I have Bugzilla and gitzilla set up as defined on the gitzilla home page (http://www.theoldmonk.net/gitzilla/) with the default post-receive and update hooks. When I push any commits with the ...
0
votes
1answer
65 views
Repositories and Bug Tracker tools that mine data and output databases?
Is there any tool available for mining JIRA (or other issue tracker) issues that exploit projects who make use of the JIRA plugin (or other plugin that can do the same) that connect repositories to ...
2
votes
1answer
136 views
PyBugz version when installing Gitzilla
I'm trying to install Gitzilla, and I'm running into the 'no module named Bugz' problem mentioned here.
Anyone knows where to take the 0.9.3 PyBugz version metioned in the link above?
6
votes
3answers
1k views
Migrate Bugzilla Issues to github Issue Tracker
I would like to migrate all my Bugzilla issues to an Issue Tracker at github.com (Example) (you get an issue tracker per repository).
1) Are there tools out there?
2) How did you do it?
Thanks for ...
0
votes
1answer
318 views
Why does GitZilla's update hook throws an error message on push?
Configured everything as stated on the Gitzilla website.
My git repo is working fine for weeks now... Bugzilla is working fine also...
After ending the config of Gitzilla, i branched and tested to ...
1
vote
1answer
274 views
How to get Gitzilla working on Windows
I've recently installed Git and Bugzilla and was hoping to get some kind of integration going between them. The TortoiseGit "integration" is useful in some respect but not quite what I'm after. So, ...
0
votes
1answer
743 views
How to get Gitzilla to work
I have recently set up a bugzilla instance for bug tracking and would like to integrate it with git. I found Gitzilla which seemed to be awesome from its description, but I am now fed up after hours ...
1
vote
1answer
185 views
Gitorious post-update script to update Bugzilla bugs?
We have an internal Gitorious and Bugzilla setup. I'd like to write some sort of script that is triggered whenever someone pushes a new set of commits that greps for "bug #" in the commit messages and ...
1
vote
1answer
311 views
How can I update bugzilla entries from GitHub?
I really only want to be able to add a link to the commit whenever a bug number is used in the commit message. Being able to close bugs and so on would be a plus, but really beyond my needs.
We ...
0
votes
1answer
132 views
Quick way to get GIT, CVS, SVN or Bugzilla data
I need to find all defect for data such as id number, severity and lines of code in the fix for a specific module in eclipse.
Is there a quick way I can do this using CVS, GIT, SVN or Bugzilla?