Hide Forgot
We should set up gitzilla so that commits which mention rhbz# will automatically add comments in bugzilla. See http://www.theoldmonk.net/gitzilla/
Due to a number of dependencies, but especially Python 2.5+, gitzilla won't build or install on RHEL 5. I managed to install it on RHEL 6 by rebuilding pcarrier's pybugz rpm for F13 and then installing gitzilla from source (sudo python setup.py install), but it appears that pybugz silently fails when running against Red Hat Bugzilla. (You can see this by using the 'bugz' command-line tool and trying to add a comment.) We might need to extend gitzilla so that it can use the library python-bugzilla instead of pybugz.
Hi Sean, Is this task still valid?