Subject: Trac hook not firing
The Trac hook appears not to be firing at all. I pointed it to a Sinatra app that just spits out all params, no result, neither from actual commits nor from the 'Test Hook' link. I use the recommended plugin in Trac and manually posting to that works fine. I have another Sinatra app for deployments, so my current workaround is to let this deployment app forward the entire payload to my Trac instance. It works, but it is kind of ugly.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 05 Oct, 2009 04:21 AM
When you pushed, were you pushing to an existing branch or a new one?
3 Posted by ikanusim on 05 Oct, 2009 04:34 AM
Always to existing ones.
Support Staff 4 Posted by Tekkub on 06 Oct, 2009 08:18 PM
What repo is this for?
5 Posted by ikanusim on 07 Oct, 2009 05:40 AM
github.com:jovoto/jovoto.git and github.com:jovoto/blog.jovoto.com.git, both of which are private ones
Support Staff 6 Posted by Tekkub on 07 Oct, 2009 11:06 PM
Hrm... the trac hook seems simple enough. What values did you have entered for it, and can you share the sinatra app's code?