Log Message: Add patch to avoid exception in git browser. The underlying issue seems to be a race; if the spawned git log command finishes before trac kills it, the os.kill() throws an exception which is not caught. Simply catch and ignore the exception. I sent the patch to trac-devel@.
Revision | Action | file |
1.64 | modify | pkgsrc/www/trac/Makefile |
1.33 | modify | pkgsrc/www/trac/distinfo |
1.1 | add | pkgsrc/www/trac/patches/patch-tracopt_versioncontrol_git_PyGIT.py |