pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/trac



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Mar 11 17:41:45 UTC 2014

Modified Files:
        pkgsrc/www/trac: Makefile distinfo
Added Files:
        pkgsrc/www/trac/patches: patch-tracopt_versioncontrol_git_PyGIT.py

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@.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/trac/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/trac/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/trac/patches/patch-tracopt_versioncontrol_git_PyGIT.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index