On Fri, Dec 28, 2012 at 08:36:21AM -0600, Glen Mabey wrote:
> Issue 8)  I did not see any output from the sanity bot when I did a
> git commit even though I had installed the symlink
> /.git/hooks/post-commit to git_post_commit_hook … any tips for getting
> that to run would be appreciated.
> 
don't symlink. make it a script which contains nothing else than:

#! /bin/sh
exec "<abspath>/git_post_commit_hook" "$@"

if that doesn't just work, then i don't know. try running the script
manually (give it some sha1 as a parameter, iirc).

> Issue 9)  Since the code consists of just .h files, there is no need
> to have them added to include/QtCore/QtCore .
>
huuuuuh? this it a complete non-sequitur.
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to