<div dir="ltr">Hi,<br>I'm trying to get hooks called on the server when commits come in over bzr+http://<br>I have tried a lot of things and got it working over bzr://<br><br>I'm using this fcgi script:<br>"""<br>
#! /usr/bin/env python<br><br>import fcgi<br>from bzrlib.transport.http import wsgi<br><br>smart_server_app = wsgi.make_app(<br> root='/var/lib/gforge/bzrroot',<br> prefix='/bzr/',<br> path_var='REQUEST_URI',<br>
readonly=False)<br><br>fcgi.WSGIServer(smart_server_app).run()<br>"""<br><br>commits work fine over this, but the hooks does not seem to be called.<br><br>Any help would be appreciated, even if I have to hack on it a bit.<br>
My only option at the moment seems to be to use a cronjob to monitor the branch, which I'm actually doing already to collect stats.<br><br>thanks<br>marius<br clear="all"><br>
</div>